2016年10月8日

分析项目心得

摘要: 1.检查版本更新以及自动登录 (1).宏定义 (2)#define kBundle [NSBundle mainBundle].bundleIdentifier .检查版本更新 在AppDelegate里面 - (BOOL)application:(UIApplication *)applicati 阅读全文

posted @ 2016-10-08 12:01 敏言慎行 阅读(169) 评论(0) 推荐(0)

设置删除某一行cell

摘要: //点击的方法 - (nullable NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath{ // 删除按 阅读全文

posted @ 2016-10-08 10:43 敏言慎行 阅读(270) 评论(0) 推荐(0)

popView

摘要: 1.设置代理 <UIPopoverPresentationControllerDelegate> 2.为它设置popView的灰色透明背景 - (void)play:(UIButton *)sender { if (self.popVc == nil) { //创建一个遮罩 UIView *back 阅读全文

posted @ 2016-10-08 10:38 敏言慎行 阅读(469) 评论(0) 推荐(0)

导航