iphone - TableViewController doesn't flash scroll indicators even if the table is bigger that the view -
I have a strange problem with the table VVs controller in the document that the table viewer controller method also includes the Feschelle indicator Also deals with when the table "oversized" respects the scene area.
There are 3 NAV controllers loaded in a tab controller in my app. Each NAV controller has a subclass of a table view controller in the form of a root view controller, each "model" is populated from a plist file , Which loads its contents in an array in the viewDIdLoad, everything later becomes in the table, everything is programmatically loaded with IB.
I have found in my app that when it loads the first view (a new controller with a table view controller in the form of a root), the scroll bar does not flash, even if the number of cells is too much If I select the second tab, then another NAV controller (along with a TV as root) is loaded, the scroll bar is not shown again. When I press the tab corresponding to the first nav controller, the scrollbar flash is loaded.
So I tried to flash the program but there is no way, the code looks simple:
[self.tableView FlashScrollIndicators]; I have tried to keep it almost everywhere in the first -viewDidLoad (as suggested in the doctor), then in the scene DIDAppear and InVivellApple. T also tried to use that code to cast the VVC view. As a table view.
[(UITableView *) self.view) flashScrollIndicators]; .. without results.
I have started looking at Apple's sample and I have found that the custom sample does not flash the scroll bar (with different timings) in the table of the apples sim and both on the device Tested.
Is there a bug? Is this the right way to show the program? Can someone help me? Regards, Andrea
Or more abbreviated:
- ( Zero) ViewDidApier: (BOOL) animated [[Super ViewedEpper: Animated]; [Self.tableView Display Selector: Object with @Selector (Flash Circle Indicator): After Zero: 1]; }
Comments
Post a Comment