1.UIscrollView的属性==================================================1.1
常见属性@property(nonatomic) CGPoint
contentOffset;这个属性用来表示UIScrollView滚动的位置@proper...
分类:
移动开发 时间:
2014-06-07 02:48:31
阅读次数:
325
#import
"LoadInternetImageViewController.h"@interface LoadInternetImageViewController
()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@e...
分类:
其他好文 时间:
2014-05-30 20:28:32
阅读次数:
347
SB里只需要两个控件:UIScrollViewUIPageControl@interface
LYViewController () /** scrollView */@property (weak, nonatomic) IBOutlet
UIScrollView *scrollVIew;/** ...
分类:
其他好文 时间:
2014-05-30 17:54:23
阅读次数:
229
iOS开发UI篇—UITableview控件基本使用一、一个简单的英雄展示程序NJHero.h文件代码(字典转模型)
1 #import 2 3 @interface NJHero : NSObject 4 /** 5 * 头像 6 */ 7 @property
(nonatomic, c...
分类:
移动开发 时间:
2014-05-30 12:31:48
阅读次数:
355
toolBar上的View SwitcherBIDAppDelegate.h#import
@class BIDSwitchViewController;@interface BIDAppDelegate : UIResponder @property
(strong, nonatomic) UIW...
分类:
移动开发 时间:
2014-05-26 22:58:05
阅读次数:
383
@interface K3ViewController :
UIViewController@end#import "K3ViewController.h"@interface K3ViewController
()@property (weak, nonatomic) IBOutlet UILab...
分类:
移动开发 时间:
2014-05-26 19:15:17
阅读次数:
259
一、 UIView的常见属性1. superview
@property(nonatomic,readonly) UIView *superview; 获得自己的父控件对象2. subviews
@property(nonatomic,readonly,copy) NSArray *subviews...
分类:
其他好文 时间:
2014-05-25 22:15:20
阅读次数:
247
1.首先定义属性@property (nonatomic, retain)
UISearchDisplayController *searchDisplayController;2.创建一个UISearchBarUISearchBar
*search = [[UISearchBar alloc] i...
分类:
其他好文 时间:
2014-05-23 23:52:19
阅读次数:
430
一、按钮点击事件处理方法 - (IBAction)
tapHelloButton:(id)sender;二、获取文本框控件@property (weak, nonatomic) IBOutlet
UITextField *userNameText;三、获取文本标签控件@property (weak,...
分类:
移动开发 时间:
2014-05-21 04:22:18
阅读次数:
336
#import "mainController.h"@interface mainController
()//分页控件@property(nonatomic,weak)UIPageControl
*pageController;//滚动视图@property(nonatomic,weak)UISc...
分类:
其他好文 时间:
2014-05-20 08:49:13
阅读次数:
303