上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 41 下一页
摘要: 在iOS7之后,苹果会自动给导航控制器里面的所有UIScrollView顶部都会添加额外的滚动区域64. 阅读全文
posted @ 2015-07-16 09:01 Emyin 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 如果一个View完全透明,可以直接点击后面的东西,可以完全穿透。 阅读全文
posted @ 2015-07-15 21:46 Emyin 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 在提交更新的app至appstore中时,需要在**.plist中设置app的version信息。Bundle versions string, short CFBundleShortVersionString 面向用户市场的束的版本字符串--用户看到的版本号;Bundle version CFBu 阅读全文
posted @ 2015-07-15 21:34 Emyin 阅读(422) 评论(0) 推荐(0) 编辑
摘要: Bundle display name 与 Bundle name 的区别是什么?"Bundle Name" and "Bundle display name"都设置为动态参数${PRODUCT_NAME}。Bundle name - is folder name, where your app ( 阅读全文
posted @ 2015-07-15 21:32 Emyin 阅读(2578) 评论(0) 推荐(0) 编辑
摘要: - (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{ if (event.subtype == UIEventSubtypeMotionShake) { NSLog(@"摇晃中"); } } - (BOOL)canBecomeFirstRespon... 阅读全文
posted @ 2015-07-15 21:24 Emyin 阅读(145) 评论(0) 推荐(0) 编辑
摘要: if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) { NSLog(@"有相机"); } if ([UIImagePickerController isCameraDeviceAvailable:UIImagePick... 阅读全文
posted @ 2015-07-15 20:42 Emyin 阅读(333) 评论(0) 推荐(0) 编辑
摘要: #import AudioServicesPlayAlertSound(kSystemSoundID_Vibrate); 阅读全文
posted @ 2015-07-15 20:35 Emyin 阅读(123) 评论(0) 推荐(0) 编辑
摘要: iOS 9 后用:PHPhotoLibrary 阅读全文
posted @ 2015-07-15 20:03 Emyin 阅读(117) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-07-15 19:45 Emyin 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 可以让webView内容用缩放手势放大或缩小 阅读全文
posted @ 2015-07-11 20:39 Emyin 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 41 下一页