原创 AFN請求常用部分

<pre name="code" class="objc">AFHTTPRequestOperationManager*manager= [AFHTTPRequestOperationManager manager]; manager.r

原创 圖片處理:壓縮、存儲、讀取

使用UIImagePickerController和用戶交互,需要實現2個協議<UIImagePickerControllerDelegate,UINavigationControllerDelegate>。 設置imagePicker

原创 App installation failed. There was an internal API error.解決辦法

bulid settings  ->    packaging  -> product name  不要寫中文 改成英文

原创 UISearchBar樣式修改

關於輸入框: //修改輸入文字和佔位字符的顏色 UITextField *searchField = [searchBar valueForKey:@"_searchField"];     searchField.textColor

原创 iOS8中提示框的使用UIAlertController(UIAlertView和UIActionSheet二合一)

iOS8推出了幾個新的“controller”,主要是把類似之前的UIAlertView變成了UIAlertController. (void)showOkayCancelAlert { NSString *title = NSLoc

原创 設置閃屏頁時間延遲

//設置splashVC,顯示splashVC.view。不使用其他splashVC的功能 self.splashViewController=[[UIViewController alloc]init]; NSStri

原创 UITextView、UITableView、UIScrollView上面有一行空白

self.automaticallyAdjustsScrollViewInsets = NO;凡是繼承UIScrollView的控件都會受到UIViewController的這個automaticallyAdjustsScrollView

原创 iOS9 出現 the resource could not be loaded because the app transport security policy requires the use

the resource could not be loaded because the app transport security policy requires the use of a secure connection  資

原创 關於升級了Xcode7以後遇到的問題(+今天看到的)

先mark幾個博文: 1.《開發者如何演示App功能給客戶》 http://blog.csdn.net/mapboo/article/details/48543543 2.《iOS 9 適配系列教程》 http://ww