Menu

Close
  • Home
Subscribe
Menu

objective c

A 2-post collection

Page 1 of 1

Scaling a UIView with subviews staying the same size

Easiest way to scale a UIButton or a UITableViewCell is to set a transform on it: view.transform = CGAffineTransformMakeScale(1.5f, 1.5f); If this works »

Aleksander Balicki on objective c, UI, iOS, UIView, pixel perfect, transform, CGAffineTransform 01 November 2014

Human Interface Guidelines compliant UIButton subclass

iOS Human Interface Guidelines tell us: Make it easy for people to interact with content and controls by giving each interactive element ample spacing. Give tappable »

Aleksander Balicki on objective c, offloading designers, UI, HIG, UIButton, iOS 05 September 2014
Page 1 of 1
iOS Team Technical Fanboy © 2021
Proudly published with Ghost