public static UIViewController FromProfile (TTTProfile profile, string profilePath)
		{
			TTTProfileViewController controller = new TTTProfileViewController () {
				Profile = profile,
				ProfilePath = profilePath
			};
			return new UINavigationController (controller);
		}
예제 #2
0
        public static UIViewController FromProfile(TTTProfile profile, string profilePath)
        {
            TTTProfileViewController controller = new TTTProfileViewController()
            {
                Profile     = profile,
                ProfilePath = profilePath
            };

            return(new UINavigationController(controller));
        }