iOS Xcode自定義代碼塊及常用代碼塊

傳送門HLCodeBlocks舶替,直接拷貝至~/Library/Developer/Xcode/UserData/即可

1.Xcode自定義代碼塊

方式一:
1.選中代碼塊 
2.鼠標(biāo)右鍵凡纳,選擇`Create Code Snippet...`
圖片.png
方式二:
1.選中Xcode導(dǎo)航上的`Editor`
2.選擇`Create Code Snippet...`
圖片.png

2.編輯代碼塊

圖片.png

3.常用代碼塊

weakSelf

__weak typeof(self) weakSelf = self;

strongSelf

__strong typeof(weakSelf) strongSelf = weakSelf;

pstring

@property (nonatomic, copy) NSString *

pstringn

@property (nonatomic, copy) NSString *<#name#>

pstrong

@property (nonatomic, strong)

pcopy

@property (nonatomic, copy)

passign

@property (nonatomic, assign)

pprotocol

@property (nonatomic, weak) id<<#protocol#>> delegate;

tdd UITableView的dataSource俗冻、delegate

#pragma mark - UITableViewDataSource

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
    return <#expression#>;
}

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    <#Class#> *cell = [tableView dequeueReusableCellWithIdentifier:<#(nonnull NSString *)#> forIndexPath:indexPath];
    
    return cell;
}

#pragma mark - UITableViewDelegate

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
    return <#expression#>;
}

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
    [tableView deselectRowAtIndexPath:indexPath animated:YES];
}

cdd UICollectionView的dataSource桑逝、delegate、delegateFlowLayout

#pragma mark - UICollectionViewDataSource

- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section
{
    return <#expression#>;
}

- (__kindof UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
{
    <#Class#> *cell = [collectionView dequeueReusableCellWithReuseIdentifier:<#(nonnull NSString *)#> forIndexPath:indexPath];
    return <#expression#>;
}

#pragma mark - UICollectionViewDelegate

- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
    
}

#pragma mark - UICollectionViewDelegateFlowLayout

- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
{
    return <#expression#>;
}

afterGCD延時

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
        <#code#>
    });

shared單例

+ (instancetype)sharedInstance {
    static dispatch_once_t onceToken;
    dispatch_once(&onceToken, ^{
        instance = [[<#Class#> alloc] init];
    });
    return instance;
}

mark mark標(biāo)注

#pragma mark - Private Mehtod

#pragma mark - Public Mehtod

#pragma mark - Response Event

mainGCD回到主線程

dispatch_async(dispatch_get_main_queue(), ^{
        <#code#>
    });

4.以上代碼塊拷貝至一下路徑:

傳送門HLCodeBlocks

~/Library/Developer/Xcode/UserData/
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末隘截,一起剝皮案震驚了整個濱河市固歪,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌蜓洪,老刑警劉巖纤勒,帶你破解...
    沈念sama閱讀 206,968評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異隆檀,居然都是意外死亡摇天,警方通過查閱死者的電腦和手機粹湃,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,601評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來泉坐,“玉大人为鳄,你說我怎么就攤上這事〖峒剑” “怎么了济赎?”我有些...
    開封第一講書人閱讀 153,220評論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長记某。 經(jīng)常有香客問我,道長构捡,這世上最難降的妖魔是什么液南? 我笑而不...
    開封第一講書人閱讀 55,416評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮勾徽,結(jié)果婚禮上滑凉,老公的妹妹穿的比我還像新娘。我一直安慰自己喘帚,他們只是感情好畅姊,可當(dāng)我...
    茶點故事閱讀 64,425評論 5 374
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著吹由,像睡著了一般若未。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上倾鲫,一...
    開封第一講書人閱讀 49,144評論 1 285
  • 那天粗合,我揣著相機與錄音,去河邊找鬼乌昔。 笑死隙疚,一個胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的磕道。 我是一名探鬼主播供屉,決...
    沈念sama閱讀 38,432評論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼溺蕉!你這毒婦竟也來了伶丐?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,088評論 0 261
  • 序言:老撾萬榮一對情侶失蹤焙贷,失蹤者是張志新(化名)和其女友劉穎撵割,沒想到半個月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體辙芍,經(jīng)...
    沈念sama閱讀 43,586評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡啡彬,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,028評論 2 325
  • 正文 我和宋清朗相戀三年羹与,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片庶灿。...
    茶點故事閱讀 38,137評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡纵搁,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出往踢,到底是詐尸還是另有隱情腾誉,我是刑警寧澤,帶...
    沈念sama閱讀 33,783評論 4 324
  • 正文 年R本政府宣布峻呕,位于F島的核電站利职,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏瘦癌。R本人自食惡果不足惜猪贪,卻給世界環(huán)境...
    茶點故事閱讀 39,343評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望讯私。 院中可真熱鬧热押,春花似錦、人聲如沸斤寇。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,333評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽雀费。三九已至,卻和暖如春罐农,著一層夾襖步出監(jiān)牢的瞬間致盟,已是汗流浹背碎税。 一陣腳步聲響...
    開封第一講書人閱讀 31,559評論 1 262
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留馏锡,地道東北人雷蹂。 一個月前我還...
    沈念sama閱讀 45,595評論 2 355
  • 正文 我出身青樓,卻偏偏與公主長得像杯道,于是被迫代替她去往敵國和親匪煌。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,901評論 2 345

推薦閱讀更多精彩內(nèi)容