I like to have uniformity in my application style for my mobile.How to apply the st开发者_JAVA技巧yles to my control in the Iphone app ..Something similar to android resource files.. Even i hope thats one of the good pattern to follow in the application develovpment
- Buttons can be styled by using creating a custom button.
- Custom views can be created using Interface builder or via code inheriting the UIview. A sample tutorial can be found here
- You can create custom uitableview and uitableview cells too.
Resource files in android application is what Interface builder provides you in Xcode to create xib (nibs) for your ui layout.
精彩评论