Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
well i have added another ui in that i placed one label.
My problem is when pass the lable data in pop view controller before its loading after then the following code is executing
formSheet.willPresentCompletionHandler = ^(UIViewController *presentedFSViewController) {
// Passing data
// _objMZ is my single ton class object variable. This @"string" value i want to pass pop view ui
_objMZ.strlblstringNS=@"String";
};
i can able to get the values after view will appear method. so my values are presenting in this object but there is no another method to all a view load data" _objMz.Strlbl values are reading "


the following link i'm using
https://github.com/m1entus/MZFormSheetController
Posted
Updated 22-Jul-14 19:00pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900