ios - when button is selected, there should be a new view loaded -


this first time in stackoverflow , i'm pretty new objective c language. best solution in order load page in 1 view controller?

references welcome , new great coder's :(

some when using ibaction, load newviewcontrollers, put modal view on there. however, there should going button, can't use modal view

in 1 single viewcontroller there should new view coming out when pressing button

this main page when press button moves image 1

it looks second view being presented on first view. can present second view on ibaction

self.presentviewcontroller(secondviewcontroller, animated: false, completion: nil) 

that cross button in second view should dismiss view through ibaction as

dismissviewcontrolleranimated(false, completion: nil) 

Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -