2018年11月8日

摘要: 1. 点击“cell”推出对应的界面 1.1 新建group,名为:Setting 路径:MYLottery(我的彩票)->Controller 1.2 新建Cocoa Touch Class,名为:HMRedeemController 路径:MYLottery(我的彩票)->Controller- 阅读全文
posted @ 2018-11-08 09:26 写写代码,打发时间 阅读(290) 评论(0) 推荐(0) 编辑

2018年11月5日

摘要: 1. 新建Cocoa Touch Class: MYLottery(我的彩票)->Controller->Class:HMSetingController;Subclass of:UITableViewController 在“HMSetingController.m”的“viewDidLoad”方 阅读全文
posted @ 2018-11-05 16:56 写写代码,打发时间 阅读(772) 评论(0) 推荐(0) 编辑
 
摘要: 1. 设置导航栏标题:Navigation Item->Title:我的彩票 2. ”客服“按钮 2.1 添加按钮:View Controller Navigation左侧->拖进Button->Button->Type:Custom;Title:客服;Image:FBmm_Barbutton 2. 阅读全文
posted @ 2018-11-05 16:54 写写代码,打发时间 阅读(1786) 评论(0) 推荐(0) 编辑
 
摘要: 1. Title:开奖信息 2. 背景颜色:View->Background:颜色 3. 添加”开奖推送“按钮 3.1 View Controller Navigation->右侧拖进Button->Button->Type:Custom;Title:开奖推送;Image:pushSettings 阅读全文
posted @ 2018-11-05 15:56 写写代码,打发时间 阅读(228) 评论(0) 推荐(0) 编辑

2018年10月21日

摘要: 1. 设置Discovery(发现)->View-Discovery.storyboard->Table View Controller->Table View为静态单元格,风格为组:Table View->Content:Static Cells;Style:Grouped 2. “合买”单元格设 阅读全文
posted @ 2018-10-21 17:05 写写代码,打发时间 阅读(322) 评论(0) 推荐(0) 编辑
 
摘要: 1. 新建UIViewController:Arena(竞技场)->Controller->Cocoa Touch Class->Class:HMArenaController;Subclass of:UIViewController 2. 设置“Arena.storyboard”文件的类为“HMA 阅读全文
posted @ 2018-10-21 16:55 写写代码,打发时间 阅读(119) 评论(0) 推荐(0) 编辑
 
摘要: 1. 新建UITableViewController:Hall(购彩大厅)->Controller->Cocoa Touch Class->Class:HMHallController;Subclass of:UITableViewController; 2. 设置“Hall.storyboard” 阅读全文
posted @ 2018-10-21 12:08 写写代码,打发时间 阅读(1074) 评论(0) 推荐(0) 编辑
 
摘要: 1. 创建App:Single View APP->Product Name:Lottery;后缀:Class Prefix:HM 2. Lottery目录下新建3个文件夹:Classes、Comman、Other 3. Classes目录下新建5个文件夹,并在每个文件夹下再新建4个文件夹: Are 阅读全文
posted @ 2018-10-21 10:30 写写代码,打发时间 阅读(369) 评论(0) 推荐(0) 编辑