码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
UINavigationController和UIBarButtonItem的例子
#import "AppDelegate.h" #import "FirstViewController.h" #import "SecondViewController.h" @interface AppDelegate () @end @implementation AppDelegate -
分类:其他好文   时间:2016-03-15 23:25:42    阅读次数:167
滚动视图UIScrollView
int i; @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.myScrollV = [[UIScrollView all
分类:其他好文   时间:2016-03-11 22:02:35    阅读次数:140
SQL
1 #import "ViewController.h" 2 #import <sqlite3.h> 3 #import "DataBaseManager.h" 4 @interface ViewController () 5 6 @end 7 8 @implementation ViewContr
分类:数据库   时间:2016-03-11 20:46:16    阅读次数:276
常见问题
(1) ---------------------------Microsoft Visual Studio---------------------------未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包。此
分类:其他好文   时间:2016-03-11 16:53:20    阅读次数:249
【代码笔记】给UIImageView加上圆角效果
一,效果图。 二,代码。 RootViewController.m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id)initWi
分类:其他好文   时间:2016-03-11 10:04:58    阅读次数:150
Archive(归档/反归档)
1 #import "ViewController.h" 2 #import "Person.h" 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 - (void)viewDidLoad {
分类:其他好文   时间:2016-03-10 23:24:47    阅读次数:166
UITextField
#import "AppDelegate.h" //extension @interface AppDelegate ()<UITextFieldDelegate> @end @implementation AppDelegate - (void)dealloc { self.window = ni
分类:其他好文   时间:2016-03-09 12:59:01    阅读次数:131
UIImageView
#import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (void)dealloc { self.window = nil; [super dealloc]; } - (BOOL)app
分类:其他好文   时间:2016-03-09 12:50:51    阅读次数:133
UILabel
#import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (void)dealloc { self.window = nil; [super dealloc]; } - (BOOL)app
分类:其他好文   时间:2016-03-09 12:42:59    阅读次数:157
UIButton
#import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (void)dealloc { self.window = nil; [super dealloc]; } - (BOOL)app
分类:其他好文   时间:2016-03-09 12:31:55    阅读次数:126
1803条   上一页 1 ... 64 65 66 67 68 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!