IOS 學習筆記

2021-09-27 06:14:26 字數 400 閱讀 8041

uiviewkayframeanimationoptions:

cadisplaylink

draw()

當建立乙個新的view時,其自動生成乙個draw方法,且此方法可以被重寫,一旦draw()方法m,被呼叫,cocoa就會為我們建立乙個圖形上下文,在圖形上下文中所有操作最終都會反映在當前的uiview介面上。

draw()觸發的機制:

position與frame的換算公式:

position(x) = frame(x) + frame(width) / 2

position(y) = frame(y) + frame(height) / 2

IOS學習筆記

uiview beginanimations view flip context nil 設定動畫塊 uiview setanimationduration 1.25 動畫時間 uiview setanimationcurve uiviewanimationcurveeaseinout 動畫曲線 u...

ios學習筆記

actionsheet 標頭檔案裡加協議。ibaction buttonpressed id sender void actionsheet uiactionsheet actionsheet diddismisswithbuttonindex nsinteger buttonindex 從plis...

ios學習筆記

1.nsselectorfromstring nsstring string 從乙個字串構建乙個selector.2.字串 cocoa處理字串的類nsstring和它的子類nsmutablestring。id stringwithformat nsstring format,指可以接受以逗號分開的多...