Closed KingOfBrian closed 8 years ago
UISegmentedControl uses setTitle instead of insertSegment(withTitle. This causes a runtime crash.
setTitle
insertSegment(withTitle
Resolved by 3b5e8
UISegmentedControl uses
setTitle
instead ofinsertSegment(withTitle
. This causes a runtime crash.