I am transferring only a new developer from Android to the iOS swift. Right now I am developing an application and I am implementing the Android version but the same solution could not be found in iOS.
Let me assume that I have 100 options at the top of the screen, and there is a viewer for each selection. I want to display different layouts. For example, I select option 1, then the Videocicker Below 3 labels and textfiles are displayed, if I select option 2, then three visuals and three buttons are displayed.
In Android, I can use piece transactions to implement it, but I do not see any such solution in iOS yet. To solve any solution?
There is no direct parallel to the pieces of Android in Coco-Touch. You can manipulate with UIView
objects UIViewControllers
. To achieve such a master-extension behavior, see later.
No comments:
Post a Comment