¡@

Home 

2014/10/15 ¤U¤È 10:10:52

iphone Programming Glossary: labeledviewcontroller

How do I put viewController's into a UIScrollView

http://stackoverflow.com/questions/1990658/how-do-i-put-viewcontrollers-into-a-uiscrollview

to keep your view controllers around controllers NSMutableArray alloc initWithCapacity 0 just adding two controllers LabeledViewController one LabeledViewController alloc initWithPosition 0 text @ one scrollView addSubview one.view controllers addObject one LabeledViewController.. around controllers NSMutableArray alloc initWithCapacity 0 just adding two controllers LabeledViewController one LabeledViewController alloc initWithPosition 0 text @ one scrollView addSubview one.view controllers addObject one LabeledViewController two LabeledViewController.. one LabeledViewController alloc initWithPosition 0 text @ one scrollView addSubview one.view controllers addObject one LabeledViewController two LabeledViewController alloc initWithPosition 1 text @ two scrollView addSubview two.view controllers addObject two LabeledViewController..