申請(qǐng)開發(fā)者賬號(hào)流程 蘋果開發(fā)者支持電話號(hào)碼:400-6701-855 開發(fā)者網(wǎng)站:https://developer.apple.com/ St...
1. 內(nèi)存管理 在iOS 開發(fā)中, 使用引用計(jì)數(shù)來管理OC對(duì)象的內(nèi)存,新創(chuàng)建的OC對(duì)象的引用計(jì)數(shù)是1. 調(diào)用retain會(huì)是oc對(duì)象引用...
本文簡(jiǎn)單說一下四種數(shù)據(jù)庫的優(yōu)勢(shì)(記住嘍 面試會(huì)考哦) 1. SQLite SQLite是一款輕型的嵌入式數(shù)據(jù)庫, 安卓和ios開發(fā)等使用的都...
UITextView的基本使用 1. 創(chuàng)建UITextView self.textView = [[UITextView alloc] init...
UITextField的基本使用 1. 創(chuàng)建UITextField UITextField *textField = [[UITextField...
UIImageViews的基本使用 1. 創(chuàng)建imageview UIImageView *imageView = [[UIImageView...
UIButton的基本使用 1. 創(chuàng)建button UIButton *btn = [UIButton buttonWithType:(UIB...
UILabel的基本使用 1.創(chuàng)建CGRectrect = CGRectMake(100,200,50,50); UILabel *label ...
UIview的基本使用 1.正常創(chuàng)建一個(gè)視圖 UIView *view = [[UIView alloc] initWithFrame:(CGR...