随笔分类 - iOS开发基础
1. 基础UI控件:UIButton,UILable,UITextField等;
2. 高级UI控件:UIScrollView,UIPickerView,UITableView,UICollectionView等;
3. 控制器管理,多视图切换;
摘要:https://www.evernote.com/shard/s227/sh/c2441a07-6b7e-4659-8452-9f768ee9cc66/73a115ed352421e10629a9f7434835d3
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/423fd81d-ab1c-4e6c-997d-39359472a4a5/f220ade8bd9be149ad70a488e72899df
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/01307822-de66-448d-8bac-7954f01ffc64/185b44c2bf5b6e266f4bed372a01a759
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/a99dbdc2-f0ba-4332-b5b5-31fd2a0900ca/31a206be110adc4394a25b4173d30b22
阅读全文
摘要:源代码下载链接:03-控制器的生命周期.zip154.1 KB // MJViewController.h // MJViewController.h
// 03-控制器的生命周期
//
// Created by apple on 13-12-10.
// Copyright (c) 2013年itcast. All rights reserved.
// #...
阅读全文
摘要:源代码下载链接:04-控制器的生命周期方法.zip32.3 KB // MJViewController.h
Map //
// MJViewController.h
// 04-控制器的生命周期方法
//
// Created by apple on 13-12-10.
// Copyright (c) 2013年itcast. All rights reserv...
阅读全文
摘要:笔记的完整版pdf文档下载地址:https://www.evernote.com/shard/s227/sh/7a393b8e-414f-4b43-b9e2-94a1fb868f2c/f21b4cd9a40f33b6ff258ff40a830876 笔记的文本摘要如下所示: 注意:以下仅仅是文本摘要,没 有贴图,出现右边的图标()表示笔记中此处有图片,完整...
阅读全文
摘要:#error#错误原因:Cannot find executable for CFBundle 0x8ad60b0 (not loaded) https://www.evernote.com/shard/s227/sh/0cdd94cc-b6bb-489d-96bc-fb60172ca6fa/05090d2ae8f56bc3348e1c11ee9cff1b
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/cad7d5f5-8e81-4b3b-908f-5d8eee7d11e2/928786149cf9a103a74626329d932e30
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/a575caee-d6a8-4f43-9037-145b9a6913ca/c9a2befa22ce7c3f547f587d5e7bf511
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/81b47011-6460-4a51-85b3-ed2bf936e1d0/304d8420b8b5c08c34959b593f85c3f5
阅读全文
摘要:#error#学习方法,如何避免初始化错误.错误来自:本博客的另一篇文章Demo示例程序源代码:
,01-导航实例-QQ空间.xcodeproj — CYLLoginViewController.mDemo示例程序源代码 https://www.evernote.com/shard/s227/sh/ff0ca42e-6df9-44e2-9a31-a19f8bfd5aba/a568866c9a9...
阅读全文
摘要:/Users/chenyilong/Dropbox/Xcode/01-modal/01-modal/CYLAppDelegate.m:16:73: No visible @interface for 'UIScreen' declares the selector 'bunds'
// self.window =[[UIWindow alloc] init...
阅读全文
摘要:源代码下载链接:01-modal.zip37.8 KB // MJAppDelegate.h //
// MJAppDelegate.h
// 01-modal
//
// Created by apple on 13-12-11.
// Copyright (c) 2013年itcast. All rights reserved.
// #import @int...
阅读全文
摘要:pdf文件下载地址:数据存取文档.key.zip3.1 MB数据存取文档.pdf1.1 MB //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490784.html //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490784.html 数据存储https://w...
阅读全文
摘要:一、利用Modal形式展示控制器
1.如何展示// vc就是要展示的新控制器[selfpresentViewController:vc animated:YEScompletion:^{ NSLog(@"展示完毕");}];//本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490681.html2.如何关闭modal控制器[se...
阅读全文
摘要://本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490669.html https://www.evernote.com/shard/s227/sh/1401e497-899e-4b04-9ff6-e1d9638e9f25/f6b722ed5cb2c5f603a9b242ee7fe230
阅读全文
摘要:源代码下载链接:04-plis属性列表.zip27.8 KB // MJPerson.h //
// MJPerson.h
// 04-plis属性列表
//
// Created by apple on 13-12-11.
// Copyright (c) 2013年itcast. All rights reserved.
// #import @inter...
阅读全文
摘要:https://www.evernote.com/shard/s227/sh/3e35a7b3-f40c-46df-8ae0-e7522310c18b/742311974127f12eaafae07a0fdf0a84
//本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490650.html
阅读全文
摘要:#error:Xcode5根控制器使用xib展示,步骤 ⓵取消mainInterface ⓶右击file's owner对xib进行view-view连线,否则: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFro...
阅读全文