iphone - StackScrollView used inside main view? -
iphone - StackScrollView used inside main view? -
i have seen stackscrollview made rafeeq want add together in main view. have "album " button , after cliking on want open stackscrollview screen can show album. plz help me . thanx in advace
all have declare stackscrollviewcontroller , add together current view
stackscrollviewcontroller stackview=[[stackscrollviewcontroller alloc] init]; [self.view addsubview:stackview.view];
of course of study in button click event
iphone objective-c xcode4
Comments
Post a Comment