Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? // // UIView+Additions.h // PowerKit // # import <UIKit/UIKit.h> typedef void (^Block)(void); /** * @brief UIViewのカテゴリ拡張 */ @interface UIView (Additions) /** @brief self.frame.origin.yへのアクセスを容易にするためのプロパティ。 * @return self.frame.origin.yと同じ値 */ @property (nonatomic) CGFloa
