上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: MagicNumber -> autoresizingMask -> autolayout 以上是纯手写代码所经历的关于页面布局的三个时期 在iphone1-iphone3gs时代 window的size固定为(320,480) 我们只需要简单计算一下相对位置就好了 在iphone4-iphone4 阅读全文
posted @ 2016-03-01 10:54 jgCho 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 查了不少资料,都不太全,自己查看了apple文档,写了一份代码: 如下(只是界面): 1. 声明属性 @property (nonatomic, strong) UISearchController *searchController; 2. 调用方法: [self searchController 阅读全文
posted @ 2016-03-01 10:20 jgCho 阅读(275) 评论(0) 推荐(0) 编辑
摘要: # Sets the target folders and the final framework product.# 如果工程名称和Framework的Target名称不一样的话,要自定义FMKNAME# 例如: FMK_NAME = "MyFramework"FMK_NAME=${PROJECT 阅读全文
posted @ 2016-03-01 10:16 jgCho 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 在新的SDK环境中调试百度地图的应用程序时,app总是意外退出,找了半天发现错误的原因是unrecognized selector xx的错误,另外还有报了一个Unknown class XXX in Interface Builder file的错误,找了一下百度官方的资料,官方建议是app的Bu 阅读全文
posted @ 2016-02-19 09:26 jgCho 阅读(1694) 评论(0) 推荐(0) 编辑
摘要: [_loadImageView setShowActivityIndicatorView:YES]; [_loadImageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; _loadImageView.contentMode = U 阅读全文
posted @ 2016-02-17 15:27 jgCho 阅读(2098) 评论(1) 推荐(0) 编辑
摘要: UILocalNotification *notification=[[UILocalNotification alloc] init]; if (notification!=nil) { NSDate *now=[NSDate new]; //notification.fireDate=[now 阅读全文
posted @ 2016-02-17 10:24 jgCho 阅读(7996) 评论(0) 推荐(0) 编辑
摘要: 代码如下: //// SearchNearbyShopViewController.m// SearchNearbyShop//// Created by Linzhixiao on 16/2/14.// Copyright © 2016年 B5m. All rights reserved.//#i 阅读全文
posted @ 2016-02-15 16:23 jgCho 阅读(2201) 评论(0) 推荐(0) 编辑
摘要: 一、关于内存警告ios6中废除了viewDidUnload,viewWillUnload这两个系统回调,收到内存警告时在didReceiveMemoryWarning中进行相关的处理。 二、关于屏幕旋转同样ios6 废除了shouldAutorotateToInterfaceOrientation这 阅读全文
posted @ 2016-01-27 15:24 jgCho 阅读(875) 评论(0) 推荐(0) 编辑
摘要: 如果说Origami这款动效原型工具是Facebook Paper的幕后功臣,那么POP便是Origami的地基。感谢Facebook开源了POP动效库,让人人都能制作出华丽的动效。我们只需5步,便能搞定酷炫的动效。步骤1: 安装使用CocoaPods安装POP,只需要在Podfile中加入这么一行... 阅读全文
posted @ 2016-01-27 11:31 jgCho 阅读(735) 评论(0) 推荐(0) 编辑
摘要: iOS开发过程中有时候难免会使用iOS内置的一些应用软件和服务,例如QQ通讯录、微信电话本会使用iOS的通讯录,一些第三方软件会在应用内发送短信等。今天将和大家一起学习如何使用系统应用、使用系统服务:调用系统应用使用系统服务短信与邮件通讯录蓝牙社交Game Center应用内购买iCloudPass... 阅读全文
posted @ 2016-01-26 16:25 jgCho 阅读(629) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页