最終更新:2017-06-06 (火) 03:07:23 (2514d)  

CGRect
Top / CGRect

定義

struct CGRect {
   CGPoint origin;
   CGSize size;
};
typedef struct CGRect CGRect;

コントロールのサイズ

  • UIView.frame? = CGRect(x:y:width:height:)

関連