uinavigationcontroller - Relocate views in the navigationcontroller -
is possible relocate uiview i've added subview of viewcontroller? problem:
navigationcontroller stack -> viewcontroller -> rectangle view
when change device orientation want relocate rectangle view. how can access rectangle subview?
thanks knowledge.
you can tag view, want (so can later viewwithtag) or run through subviews array looking it.
Comments
Post a Comment