摘要:
Tip:使用textView的代理需要在头文件中加入: h文件 @interface FeedbackViewController : UIViewController@propert(strong,nonatomic) IBOutlet UITextView *textView;@en... 阅读全文
摘要:
OS提供了简便的方法来实现本地化,其中用的最多的就是NSLocalizedString。 首先查看下NSLocalizedString是什么: #define NSLocalizedString(key,comment) [[NSBundle mainBundle]localizedString... 阅读全文