随笔分类 -  IOS开发之XCode学习

XCode学习
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件学习内容: 1、UITextField控件概念 2、UITextField控件的属性 3、UITextField控件的协议函数 4、UITextField的使用 阅读全文
posted @ 2018-04-18 21:37 前进的yoyocool 阅读(246) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、警告对话框和等待提示器的概念 2、警告对话框和等待提示器的属性 3、警告对话框和等待提示器的使用 ViewController.h脚本 @inte 阅读全文
posted @ 2018-03-24 19:13 前进的yoyocool 阅读(299) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UILabel的概念 2、UILabel的基本属性 3、UILabel的高级属性 ViewController.m脚本 //创建UI控件函数 -( 阅读全文
posted @ 2018-03-08 17:52 前进的yoyocool 阅读(519) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UIButton的控件基本概念 2、UIButton的创建方法 3、UIButton的类型 4、可显示图片的UIButton 可将准备好的图片直接 阅读全文
posted @ 2018-03-08 17:47 前进的yoyocool 阅读(831) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UIButton的事件的概念 2、UIButton的添加方法 3、UIbutton的响应函数 4、多按钮使用同一事件函数 ViewControll 阅读全文
posted @ 2018-03-08 17:38 前进的yoyocool 阅读(299) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIView对象 2、设置UIView的基本属性,如位置 ViewController.m脚本 - (void)viewDidLoad { [ 阅读全文
posted @ 2018-03-08 17:30 前进的yoyocool 阅读(133) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIView对象 2、设置视图的层级关系 ViewController.m脚本 - (void)viewDidLoad { [super vi 阅读全文
posted @ 2018-03-08 17:23 前进的yoyocool 阅读(219) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIStepper和UISegmentedControl对象和属性 2、设置UIStepper和UISegmentedControl的基本属性 阅读全文
posted @ 2018-03-08 17:10 前进的yoyocool 阅读(236) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UISlider和UIProgressView对象和属性 2、设置UISlider和UIProgressView的基本属性,如颜色 3、向UI 阅读全文
posted @ 2018-03-08 15:43 前进的yoyocool 阅读(282) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIswitch控件,添加UIswitch控件属性 2、设置开关的基本属性,如颜色 3、向开关添加事件函数 ViewController.h脚 阅读全文
posted @ 2018-03-07 15:52 前进的yoyocool 阅读(539) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、通过点击“启动定时器”按钮,在定时器方法中每隔固定时长打印字符串,并实现view视图移动 2、通过点击“停止定时器”按钮,停止定时器方法的执行 3 阅读全文
posted @ 2018-03-07 15:03 前进的yoyocool 阅读(234) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 通过点击屏幕事件,调用ViewController相关生命周期函数(viewWillAppear、viewWillDisappear、viewDidD 阅读全文
posted @ 2018-03-06 17:20 前进的yoyocool 阅读(1559) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 红色框选部分用A代替,AppDelegate类在程序框架启动时,如果在info.plist中有A这个文件,那么就会查找这个文件,并加载Main.storyboard,作为主 阅读全文
posted @ 2018-03-05 20:15 前进的yoyocool 阅读(1186) 评论(0) 推荐(0)
摘要:此文学习来源为:http://study.163.com/course/introduction/1002858003.htm #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate //当 阅读全文
posted @ 2018-03-05 16:25 前进的yoyocool 阅读(426) 评论(0) 推荐(0)