ios翻譯

Synthesize [snθsaz] 合成

Concurrent 並行[][knkrnt]

serial[][sril]串行

detach[][dtt]脫離

selector[][slekt(r)]選擇器
perform[
][pf:m]執行

同步synchronized []['skrnazd]

atomic [][tmk] 原子

併發隊列(ConcurrentDispatch Queue

串行隊列(SerialDispatch Queue

forbids禁止

explicit明確的

notify[][ntfa]通知
invocation[英][nvken]調用

execution[英][ekskju:n]執行

queue[][kju:] 隊列

dismiss[英][dsms] 解僱

suspend[英][sspend] v.暫停; 延緩; 掛; 懸;

URL的全稱是UniformResource Locator(統一資源定位符)

Uniform [][ju:nf:m]

Locator [][lukeit] 位置


手勢

recognizer []['rekgnaz] 識別器

gesture[][dest(r)]手勢

touch[][tt]觸摸

    NSObject

    UIGestureRecognizer(手勢識別器)

    UILongPressGestureRecognizer

    UIPanGestureRecognizer

    UIPinchGestureRecognizer

    UIRotationGestureRecognizer

    UISwipeGestureRecognizer

  UITapGestureRecognizer

 

UIGestureRecognizer (手勢識別器)

屬性

 

方法

 

代理

UIGestureRecognizerDelegate

 代理方法

各種觸摸手勢

 

輕按(UITapGestureRecognizer) -- 用一個或多個手指在屏幕上輕按。

tap[][tp]

按住(UILongPressGestureRecognizer) -- 用一個或多個手指在屏幕上按住。

輕掃(UISwipeGestureRecognizer) -- 用一個或多個手指沿特定方向輕掃。

swipe[][swap] 重擊

張合(UIPinchGestureRecognizer) -- 張合手指以縮放對象。

pinch[][pnt]

旋轉(UIRotationGestureRecognizer) -- 沿圓形滑動兩個手指。

平移(UIPanGestureRecognizer) -- 觸摸並拖曳。

通過指定要使用的識別器(Recognizer)類型,並將其加入到視圖(UIView)中,就能自動收到觸發的多點觸摸事件。有兩種方式添加手勢識別器:使用代碼或使用Interface Builder編輯器以可視化方式添加。

可視化方式添加手勢識別器

snippet[][snpt]片段

 

simulator []['smjlet(r)]模擬器

platform[][pltf:m]平臺

 

typedeflong NSInteger;

typedefunsignedlong NSUInteger;

unsigned []['n'sand] 無符號

@property (readonly) NSUInteger count;

knock[][nk] n.敲門

cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;

accessory[][ksesri]


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章