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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -