ios - UISegmented Control ObjectAtIndex replacement for swift -


After switching to the swift, I can not find object on the object to control the segment

this How do i

  [[fractured control subviews] objectAtIndex: 0]  

What is the equivalent in the swift for the above line?

UISegmentedControl UIView is a line from SubView array, so

  Segment control. SUV View [0]  

Comments

Popular posts from this blog

Active Directory Authenticated Proxy Server with Squid or CNTLM -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -