ipad - Present ModalView over PopoverView in iOS -
i trying develop application needs present view modally while loading app background. issue if there popover opened before sending app background modal view presented behind popover. used viewcontroller.modalpresentationstyle = uimodalpresentationcurrentcontext; method solve issue. 1 solved issue causing issue if rotate device while showing presented view , dismiss that, actual view behind appears distorted, locations frames seems changed.
please share thoughts issue. in advance.
Comments
Post a Comment