I have a problem the other day. I am new to Xcode , and I had the task of updating the code used for the application in iOS 6.1 to 8.4 , but there are so many outdated methods . I solved most of them, but I just can't find how to solve them, or for what code can I change them ... Does anyone have an idea?
Thank you very much!
Both, " segmentedControlStyle " and " UISegmentedControlStyleBar ) are deprecated.
This is the line that causes me problems.
showControl.segmentedControlStyle = UISegmentedControlStyleBar;
source share