上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 61 下一页
摘要: iOS开发笔记--什么时候调用layoutSubviews分类:iOS2014-04-22 16:15610人阅读评论(0)收藏举报今天在写程序时候遇见layoutSubviews触发时候引起的问题。特来总结一下什么时候会触发layoutSubviews:layoutSubviews在以下情况下会被... 阅读全文
posted @ 2015-01-28 15:22 mengxiangtong22 阅读(186) 评论(0) 推荐(0) 编辑
摘要: IOS 保存图片至相册应用中有时我们会有保存图片的需求,如利用UIImagePickerController用IOS设备内置的相机拍照,或是有时我们在应用程序中利用UIKit的 UIGraphicsBeginImageContext,UIGraphicsEndImageContext,UIGraph... 阅读全文
posted @ 2015-01-27 10:19 mengxiangtong22 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 实现代理方法 UINavigationBarDelegate 改变导航栏的颜色等功能- (void)navigationController:(UINavigationController *)navigationController didShowViewContro... 阅读全文
posted @ 2015-01-26 21:48 mengxiangtong22 阅读(458) 评论(0) 推荐(0) 编辑
摘要: iOS7适配问题2013-09-28 08:32:37 我来说两句 作者:冻僵的企鹅收藏我要投稿iOS 7发布了,适配问题来了,开发者都忙起来了。先记一个iOS7 的几个特点:1.坐标:以屏幕左上角为原点(iOS7以前在状态栏或者导航条下)2.UIScrollView(包括其子类,比如UITabl... 阅读全文
posted @ 2015-01-26 21:32 mengxiangtong22 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/account/ios/profile/profileCreate.action?formID=960914622 阅读全文
posted @ 2015-01-26 17:50 mengxiangtong22 阅读(78) 评论(0) 推荐(0) 编辑
摘要: zhangwenzeTA的每日心情怒2014-8-29 17:30签到天数: 1 天连续签到: 1 天[LV.1]初来乍到8主题9帖子79积分管理员积分79发消息1、关于侵权问题 问题描述: a、例如NBA的资讯,如果直接用于展示会出现侵权问题被拒 b、视频带水印,... 阅读全文
posted @ 2015-01-26 17:44 mengxiangtong22 阅读(155) 评论(0) 推荐(0) 编辑
摘要: //ios6 : Auto Layout self.view1 = [[UIView alloc] init]; // self.view1 = [[UIView alloc] initWithFrame:CGRectMake( 0, 100, 200, 80)]; //[tConstrai... 阅读全文
posted @ 2015-01-26 14:44 mengxiangtong22 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 100个iOS开发/设计程序员面试题汇总,你将如何作答?雪姬2015-01-25 19:10:49工作职场评论(0)无论是对于公司还是开发者或设计师个人而言,面试都是一项耗时耗钱的项目,本文作者Cameron Banga从编程、设计、App Store等各个方面对iOS开发者及设计师在面试时可能会遇... 阅读全文
posted @ 2015-01-26 14:41 mengxiangtong22 阅读(345) 评论(0) 推荐(0) 编辑
摘要: #pragma mark 自定义视图- (void)loadView{ self.animationDetailView = [[[AnimationDetailView alloc] initWithFrame:[UIScreen mainScreen].bounds] autorelease]... 阅读全文
posted @ 2015-01-26 14:17 mengxiangtong22 阅读(376) 评论(0) 推荐(0) 编辑
摘要: @protocol XieYi //1, 定义- (void)star;@end@interface Shixian : NSObject @end@implementation Shixian//4, 实现- (void)star{ NSLog(@" 这是 协议方法的 实现");}@end@... 阅读全文
posted @ 2015-01-25 19:00 mengxiangtong22 阅读(154) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 61 下一页