iOS_满聪

想要源码的朋友,可以留下QQ邮箱.
随笔 - 82, 文章 - 0, 评论 - 29, 阅读 - 14万
  博客园  :: 新随笔  :: 管理

01 2016 档案

摘要:iOS-nil,Nil,NULL的区别 阅读全文

posted @ 2016-01-26 19:34 iOS_满聪 阅读(309) 评论(0) 推荐(0) 编辑

摘要:1.打印该段代码在哪个类中哪个方法中执行的。 NSLog(@"%s",__FUNCTION__); 2.Debug 方法 #define YYLogDebug(fmt, ...) NSLog((@"[line:%d] " "%s " fmt),__LINE__, __FUNCTION__, ##__ 阅读全文

posted @ 2016-01-25 16:20 iOS_满聪 阅读(142) 评论(0) 推荐(0) 编辑

摘要:iOS-NSDate 阅读全文

posted @ 2016-01-21 19:13 iOS_满聪 阅读(334) 评论(0) 推荐(0) 编辑

摘要:#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate#pragma mark 告诉代理进程启动但还没有进入状态保存- (BOOL)application:(UIApplication *)app... 阅读全文

posted @ 2016-01-15 16:00 iOS_满聪 阅读(179) 评论(0) 推荐(0) 编辑

摘要:1.UITextFiled的密文输入 secureTextEntry 安全文本输入 secure:安全 Entry:入口 阅读全文

posted @ 2016-01-15 13:00 iOS_满聪 阅读(424) 评论(0) 推荐(0) 编辑

摘要:一.当遇到一些UIView 或者 UIView的子类时,比如点击UIImageView要放大图片等。二.步骤: 1.首先要确保打开控件的用户交互,userInteractionEnabled设置成YES; 2.创建手势,也就是用UITapGestureRecognizer类创建一个对象。 3.将手势... 阅读全文

posted @ 2016-01-15 10:00 iOS_满聪 阅读(14969) 评论(0) 推荐(0) 编辑

摘要:iOS- 常用的动画效果 阅读全文

posted @ 2016-01-14 17:58 iOS_满聪 阅读(493) 评论(0) 推荐(0) 编辑

摘要:调试断点不能停在代码区终极解决方案 阅读全文

posted @ 2016-01-14 16:21 iOS_满聪 阅读(409) 评论(0) 推荐(0) 编辑

摘要:iOS-状态栏的显示与隐藏 阅读全文

posted @ 2016-01-13 18:40 iOS_满聪 阅读(202) 评论(0) 推荐(0) 编辑

摘要:appStore上传苹果应用程序软件发布流程http://blog.sina.com.cn/s/blog_68661bd801019uzd.html 阅读全文

posted @ 2016-01-13 10:58 iOS_满聪 阅读(172) 评论(0) 推荐(0) 编辑

摘要:iOS-Debug调试 阅读全文

posted @ 2016-01-12 18:43 iOS_满聪 阅读(122) 评论(0) 推荐(0) 编辑

摘要:iOS-项目搭建和文件夹命名规则 阅读全文

posted @ 2016-01-12 10:12 iOS_满聪 阅读(236) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示