随笔分类 - IOS基础
摘要:#pragma mark - 生命周期方法#pragma mark- 数据源方法 (其中有两个必要的方法)第一个方法:告诉这个tableView有多少行- (NSInteger)tableView :(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{}第二个方法:告诉某一行显示什么数据- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{} -----------
阅读全文
摘要:MAC 系统快捷键使用1、按空格键可以快速预览2、退出:command + Q3、关闭窗口:command + W (关闭窗口不一定是退出程序)4、复制:command + C5、剪切:command + X6、粘贴:command + V7、回退:command + Z8、保存:command + S9、全选:command + A10 .app 可运行的应用程序 相当于 Windows中是 .exe11 .dmg 应用程序安装包相当于 Windows中是exe\msi等12 .ipa IOS应用程序安装包 安装到iPhone\iPad等设备上面的13 .xcodeproj xcode的项目
阅读全文

浙公网安备 33010602011771号