I have a UISegmentedControl that loads another UIViewController. Upon returning, I want him not to be chosen. I tried to set selectedSegmentIndex = -1 and selected = NO, but they did not work. Any suggestions?
Try the following:
[self.mySegmentedControl setSelectedSegmentIndex:UISegmentedControlNoSegment];
During setup, try the following:
segmControl.momentary = YES;
Source: https://habr.com/ru/post/1386783/More articles:Out of memory when completing Tomcat - javarails 3 overseers NameError (unhealed cast 'ranger'): - ruby-on-railsASP.NET Server Management Error: unknown server tag - c #Check file update date using FTP functions? - phpExport Symbol File: Objective-C Objects, 64-bit - objective-cHow to get full height UL with overflow kit? - jqueryWhat causes this NullpointerException? - androidReduce JIT overhead on initial launch of an ASP.NET MVC application - optimizationAdd MVC to your existing ASP.net website - asp.net-mvcHow to easily extract IDs from iTunes URL using Python - pythonAll Articles