iOS - UIView 類目關於 frame 的封裝

以下是demo截圖: UIView+ZJJFrameView.m 方法: #pragma mark - 視圖底部 - (void)setBottom:(float)bottom {     CGRect rect = self.frame;     rect.origin.y = bottom - rect.size.height;     self.frame = rect; } - (floa
相關文章
相關標籤/搜索