if (@available(iOS 11.0, *)) { _tableView.contentInsetAdjustmentBehavior = UIScrollView...
if (@available(iOS 11.0, *)) { _tableView.contentInsetAdjustmentBehavior = UIScrollView...
1、設(shè)置狀態(tài)欄顏色 首先在info里邊兒添加View controller-based status bar appearance :NO 然后[[UIApplication...
- (NSString *)md5To32bit:(NSString *)input { const char* str = [input UTF8String]; ...
如果url中含有特殊字符(如“+ =等”)就會出現(xiàn)的。但是在post之前對這些特殊符號做一次UTF8就可以了解決這個問題了。下面貼代碼:NSString*baseStr = ...
[self.navigationController.navigationBar setTintColor:kThemeColor]; [self.navigationCon...
UILocalNotification *notif = [UILocalNotification new]; notif.fireDate = [NSDate dateWi...