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
相关文章
相关标签/搜索