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

java - Can't add JTree to JPanel of a JInternalFrame -

python - Calculate STD manually using Groupby Pandas DataFrame -

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