1.编写代码是经常要定义常量,比如播放动画的时间,也许你会这样做: #define ANIMATION_DURATION 0.3 这样做虽然可以...
今天在提交app的时候遇见了下面的错误 根据网上的解决方案作出更改 依然错误,最后发现是我用来archive的手机是iPhone5系统也比较低。...
NSMutableAttributedString * attributedString1 = [[NSMutableAttributedStr...
1.电话:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"t...
使用地图服务时,会消耗更多的设备电量。因此,在回去到设备的位置后,应该停止定位以节省电量。但对于实时导航的app除外. CLLocationMa...
- (void)touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event { //获取tou...
1.一般将window设为全局变量 2.window2.windowLevel=UIWindowLevelAlert;//优先级 3.windo...
1.使用xib 在User Defined Runtime Attributes点击+ Key Path Type ...
#define TEST_F(detail) detail == YES ?18:14