
界面
ZhangDreamK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TabBarController
当我们在storyboard里面拖出一个TabBarController时,系统默认连着两个ViewController 如果我们像把这两个ViewController变成NavigationController 那我们需要这样做 选中需要改变的ViewController 选中editor ->embed in ->NavigationController 这样就会让他们原创 2016-03-25 21:16:00 · 394 阅读 · 0 评论 -
抽屉效果
这篇博客 是关于一个三方库 RESideMenu的应用可以做出炫酷的抽屉效果 非常值得一看#import <RESideMenu/RESideMenu.h>@interface RootViewController : RESideMenu#import "RootViewController.h"@interface RootViewController ()@end@implementation原创 2016-03-25 21:25:01 · 508 阅读 · 0 评论 -
真机调试
A server with the specified hostname could not be found. xcode 发出这个错误 一般是真机网络和pc端不在同一个网段 检测 真机网络 重新连接wifi 不行safari激活 就可以进行测试 在ios开发中经常出现“ unrecognized selector sent to instance ” 这个错原创 2016-07-16 10:07:37 · 1002 阅读 · 0 评论