SDSegmentedControl icon indicating copy to clipboard operation
SDSegmentedControl copied to clipboard

Segment titles positioned incorrectly when segmented control is in view embedded in navigation controller

Open kevwiches opened this issue 12 years ago • 3 comments

I'm not sure if this the intended behavior of the segmented control, but when I place the object in a view that is embedded in a Navigation Controller, the segment titles don't show up. I discovered that if I scrolled up within the area where the title should be, the titles eventually showed up, so it seems that the titles are being incorrectly positioned.

I also tried embedding a UIView inside a container view, but I still had the same issue.

Any ideas?

kevwiches avatar Nov 17 '13 09:11 kevwiches

the same problem

zxl9171 avatar Apr 02 '14 11:04 zxl9171

+1

ghost avatar Apr 08 '14 14:04 ghost

Solution: http://stackoverflow.com/questions/18276248/ios-7-uiview-frame-issue

721p avatar May 19 '14 04:05 721p