标签: ios uiview xcode6
我想为我的UIView做填充,怎么做?
我试过了,
self.ProductCodeView.bounds = CGRectInset(self.ProductCodeView.frame, 5.0f, 5.0f);
但是,我只减小了视图的大小,请帮助我这样做。