在线观看www成人影院-在线观看www日本免费网站-在线观看www视频-在线观看操-欧美18在线-欧美1级

您好,歡迎來電子發燒友網! ,新用戶?[免費注冊]

您的位置:電子發燒友網>源碼下載>通訊/手機編程>

iOS中關于泛型的解析

大小:0.3 MB 人氣: 2017-09-25 需要積分:2

文章圍繞這五點:

1. 泛型是什么

2. 為什么要用泛型

3. 泛型怎么用

4. 泛型進階

5. 泛型的延伸使用

泛型(Generics)是什么?

引用Apple中Generics的描述:

Generic code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define. You can write code that avoids duplication and expresses its intent in a clear, abstracted manner.

Generics are one of the most powerful features of Swift, and much of the Swift standard library is built with generic code. In fact, you’ve been using generics throughout the Language Guide, even if you didn’t realize it. For example, Swift’s Array and Dictionary types are both generic collections. You can create an array that holds Int values, or an array that holds String values, or indeed an array for any other type that can be created in Swift. Similarly, you can create a dictionary to store values of any specified type, and there are no limitations on what that type can be.

大意是講:

泛型可以讓你使用定義的類型來編寫靈活的、可重用的函數和類型,可以避免重復,以清晰,抽象的方式表達其意圖。用人話來說(????),泛型給予我們更抽象的封裝函數或類的能力,不嚴謹的來講,一門語言越抽象使用越方便。Swift中的Array和Dictionary都是基于泛型編寫的集合類型,如果不太理解也沒關系,下面講幾個例子理解下。

1. Objective-C中的泛型

在2015年WWDC上蘋果推出了Swift 2.0版本,為了讓開發者從Objective-C更好得過渡到Swift上,蘋果也為Objective-C帶來了Generics泛型支持

Generics. Allow you to specify type information for collection classes like NSArray, NSSet, and NSDictionary. The type information improves Swift access when you bridge from Objective-C and simplifies the code you have to write.

所以我們經常看到的OC中的泛型比如:

1

2

3

4  // 實例化一個元素類型為`NSString`的數組

NSArray 《nsstring *》 *array = [NSArray new ];

// 或者字典

NSDictionary 《nsstring *, nsnumber *》 *dict = @{@ “manoboo” : @1}《/nsstring *, nsnumber *》《/nsstring *》

或者:

1

2  - (void)touchesBegan:(NSSet《uitouch *》 *)touches withEvent:(UIEvent *)event {

}《/uitouch *》

我們先看看OC中的泛型大概做了些什么:

打開NSArray.h 我們可以看到:

1

2

3

4

5

6

7  @interface NSArray《__covariant ObjectType》 : NSObject 《nscopying, nsmutablecopying, nssecurecoding, nsfastenumeration》

@property (readonly) NSUInteger count;

- (ObjectType)objectAtIndex:(NSUInteger)index;

- (instancetype)init NS_DESIGNATED_INITIALIZER;

- (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;

- (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER;

@end《/nscopying, nsmutablecopying, nssecurecoding, nsfastenumeration》

聲明一個Generics的格式如下:

1

2  @interface 類名 《占位類型名稱》

@end

占位類型后也可以加入類型限制,比如:

1

2  @interface MBCollection 《t: nsstring *》

@end《/t: nsstring *》

非常好我支持^.^

(0) 0%

不好我反對

(1) 100%

      發表評論

      用戶評論
      評價:好評中評差評

      發表評論,獲取積分! 請遵守相關規定!

      ?
      主站蜘蛛池模板: 97国产精品人人爽人人做 | 91福利国产在线观看网站 | 亚洲精品视频在线看 | 久久精品国产免费中文 | 丁香5月婷婷 | 色偷偷偷 | h在线免费视频 | 日本黄视频网站 | 俄罗斯aaaaa一级毛片 | 色吧视频 | 激情六月综合 | 色精品一区二区三区 | 欧美一区二区三区不卡视频 | 九九热最新 | 国产小视频免费 | 日本一卡精品视频免费 | 美女视频很黄很暴黄是免费的 | 在线小视频你懂的 | 亚洲欧美高清在线 | 日本国产高清色www视频在线 | 精品免费 | 天天综合亚洲 | 一区二区三区午夜 | 91日本在线观看亚洲精品 | 亚洲一区二区三区不卡视频 | 一级欧美日韩 | 香港经典a毛片免费观看爽爽影院 | 亚洲国产激情在线一区 | 2021久久天天躁狠狠躁夜夜 | 日日干夜夜骑 | 色狠狠综合网 | 大尺度视频网站久久久久久久久 | 欧美猛交喷潮在线播放 | 97理论片| 哪个网站可以看av | 精品卡1卡2卡三卡免费网站视频 | a一级日本特黄aaa大片 | 偷拍福利视频 | 狠狠轮 | 久久精品韩国三级 | www.婷婷色 |