会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iso
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2015年8月4日
IOS第七天(1:UiTableView 的基本用法)
摘要: ***表格控件#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView;@end@implementation HMVi...
阅读全文
posted @ 2015-08-04 11:16 iso
阅读(194)
评论(0)
推荐(0)
2015年8月3日
IOS第六天(3:scrollView 图片轮播器)
摘要: IOS第六天(3:scrollView 图片轮播器)#import "HMViewController.h"#define kImageCount 5@interface HMViewController () @property (nonatomic, strong) UIScrollVi...
阅读全文
posted @ 2015-08-03 14:22 iso
阅读(211)
评论(0)
推荐(0)
IOS第六天(2:10秒倒计时)
摘要: ****************10秒倒计时#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UILabel *counterLabel;@property ...
阅读全文
posted @ 2015-08-03 14:14 iso
阅读(272)
评论(0)
推荐(0)
IOS第六天(1:scrollView 属性和查看大图)
摘要: ***查看大图#import "HMViewController.h"@interface HMViewController () @property (strong, nonatomic) IBOutlet UIScrollView *scrollView;@property (nonatomic...
阅读全文
posted @ 2015-08-03 14:08 iso
阅读(308)
评论(0)
推荐(0)
2015年7月30日
IOS第五天(2:用户登录,回车的监听(代理模式UITextFieldDelegate)) 和关闭键盘
摘要: *********用户登录,回车的监听(代理模式UITextFieldDelegate)#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UITextFiel...
阅读全文
posted @ 2015-07-30 21:20 iso
阅读(1223)
评论(0)
推荐(0)
IOS第五天(1:取消按钮的监听和设置代理textField字数限制)
摘要: ***********取消按钮的监听和设置代理textField字数限制 UITextFieldDelegate#import "HMViewController.h"@interface HMViewController () @end@implementation HMViewControlle...
阅读全文
posted @ 2015-07-30 21:15 iso
阅读(477)
评论(0)
推荐(0)
IOS第四天(6:答题区按钮点击和乱序)
摘要: #pragma mark - 答题区按钮点击方法- (void)answerClick:(UIButton *)button{ // 1. 如果按钮没有字,直接返回 if (button.currentTitle.length == 0) return; // 2. 如果有...
阅读全文
posted @ 2015-07-30 17:59 iso
阅读(209)
评论(0)
推荐(0)
IOS第四天(5:创建备份区按钮和判断结果)
摘要: 创建备份区按钮和判断结果/** 创建备选区按钮 */- (void)createOptionButtons:(HMQuestion *)question{ // 问题:每次调用下一题方法时,都会重新创建21个按钮 // 解决:如果按钮已经存在,并且是21个,只需要更改按钮标题即可 ...
阅读全文
posted @ 2015-07-30 17:43 iso
阅读(179)
评论(0)
推荐(0)
2015年7月28日
IOS第四天(4:下一题和选框的实现)
摘要: #import "HMViewController.h"#import "HMQuestion.h"#define kButtonWidth 35#define kButtonHeight 35#define kButtonMargin 10#define kTotolCol ...
阅读全文
posted @ 2015-07-28 15:12 iso
阅读(305)
评论(0)
推荐(0)
2015年7月27日
IOS第四天(3:数组的排序和乱序)
摘要: 数组的升序和降序- (void)sortWith:(NSArray *)array{ // 排序 array = [array sortedArrayUsingComparator:^NSComparisonResult(NSNumber *num1, NSNumber *num2) {...
阅读全文
posted @ 2015-07-27 15:01 iso
阅读(913)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
下一页
公告