Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UINavigationBar のタイトルのフォント、色、影などをプログラムで取得するにはどうすればよいですか? Xcode と Cocoa touch を使用しています。
NSDictionary * attributes = navigationBar.titleTextAttributes; UIFont * font = [attributes objectForKey:UITextAttributeFont]; ...more pairs exist in attributes...