• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
二呆码农
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 下一页

2015年12月14日

九宫格布局
摘要: //// 九宫格布局.h// IOS笔记-(void)createUI{ NSArray *titles = @[@"我的设置",@"我的关注",@"我的账户",@"我的收藏",@"我的下载",@"我的评论",@"我的帮助",@"我的应用"]; NSArray *images = @[@"sett... 阅读全文
posted @ 2015-12-14 16:33 二呆码农 阅读(154) 评论(0) 推荐(0)
 
iOS9适配中的各种问题
摘要: 1、http在ios9上不能在使用、需要进行配置、the resource could not be loaded because the app transport security policy requires the use of a secure connection资源不能被加载,因为该... 阅读全文
posted @ 2015-12-14 16:32 二呆码农 阅读(247) 评论(0) 推荐(0)
 
@proprety数组字典字符串用copy和strong区别(深浅拷贝)
摘要: //// @proprety数组字典字符串用copy和strong区别(深浅拷贝).h// IOS笔记/////* _proprety________copy_strong_________h *//*定义属性时NSArray,NSString,NSDictionary为何要用copy定义一个Per... 阅读全文
posted @ 2015-12-14 16:31 二呆码农 阅读(327) 评论(0) 推荐(0)
 
下载功能
摘要: //下载// 模拟器不支持这个下载功能,使用真机可以UIApplication *app = [UIApplication sharedApplication];if ([app canOpenURL:[NSURL URLWithString:_applistmodel.itunesUrl]]) {... 阅读全文
posted @ 2015-12-14 16:31 二呆码农 阅读(151) 评论(0) 推荐(0)
 
pods的安装和使用
摘要: //// pods的安装.h// IOS笔记/*Cocoapods安装步骤1、升级Ruby环境终端输入:$gem update --system此时会出现ERROR: While executing gem ... (Gem::FilePermissionError)You don‘t have w... 阅读全文
posted @ 2015-12-14 16:29 二呆码农 阅读(364) 评论(0) 推荐(0)
 
UIApplication的使用
摘要: //// UIApplication的使用// IOS笔记//// Created by **** on ****.// Copyright © 2013年 ***. All rights reserved.//UIApplication的代理方法基本上都是在AppDelegate里面进行实现的、以... 阅读全文
posted @ 2015-12-14 16:28 二呆码农 阅读(172) 评论(0) 推荐(0)
 
ppDelegate的相关介绍
摘要: // AppDelegate的相关介绍// IOS笔记//@interface AppDelegate : UIResponder //@property (strong, nonatomic) UIWindow *window;AppDelegate可处理的事件包括:1> 应用程序的生命周期事件(... 阅读全文
posted @ 2015-12-14 16:26 二呆码农 阅读(152) 评论(0) 推荐(0)
 
UIKIT的简介
摘要: 1 // 2 // UIKIT各框架的简介 3 // IOS笔记 4 // 5 // Created by 刘威成 on 13/12/14. 6 // Copyright © 2015年 刘威成. All rights reserved. 7 // 8 9 1.UIAc... 阅读全文
posted @ 2015-12-14 16:15 二呆码农 阅读(358) 评论(0) 推荐(0)
 
main函数的简介
摘要: //// main函数的简介.h// IOS笔记//// Created by .// Copyright © 2015年 All rights reserved.////#import //#import "AppDelegate.h"////int main(int argc, char * a... 阅读全文
posted @ 2015-12-14 16:09 二呆码农 阅读(242) 评论(0) 推荐(0)
 
 

2015年12月4日

popToViewController和dismissviewcontroller的用法
摘要: 如果我们有ABC三个controller1、使用present从A到B、再present到C、如果我们想从C直接回到A的话、直接使用 self dismissViewControllerAnimated: 显然是不行的、页面会先到B、在dismiss才会回到A、可以尝试使用[self.present... 阅读全文
posted @ 2015-12-04 16:22 二呆码农 阅读(495) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3