three20
why does TTTableViewDragRefreshDelegate not work
My class is like: - (id)init { NSLog(@\"lalallalalala\"); if (self = [super init]) { self.title = @\"lalal\";[详细]
2023-03-19 02:38 分类:问答how to release controller after jump to other page or remove view title bar
in my code I call tab bar controller like this: [[TTNavigator navigator] openURLAction:[TTURLAction actionWithURLPath:@\"tt://tabBar\"]];[详细]
2023-03-19 02:25 分类:问答How can I prevent a border on a TTThumbView in Three20
I\'m using TTThumbView to show images but 开发者_如何学Pythonbefore the image is loaded I can see a border on the TTThumbView and then once the image is loaded I believe I\'m getting a border showing[详细]
2023-03-18 19:28 分类:问答TTSplitViewController with UITabBarController
I have a TTSplitViewController in which I am trying to show a UITabBarController at the left pane, via the code:[详细]
2023-03-18 19:17 分类:问答How to push next view with TTNavigator?
I\'m using a modified View-Based Application, where I have starting UIViewController showing a input control & a TTThumbsViewController showing the results. I\'m passing them in the AppDelegate us[详细]
2023-03-18 05:35 分类:问答create TTSpeechBubbleShape like the image
I want to create the speechBubbleShape in the image(in red).My code is is like: [TTShapeStyle styleWithShape:[TTSpeechBubbleShape shapeWithRadius:5 pointLocation:50[详细]
2023-03-18 03:25 分类:问答How set a TTSectionedDataSource to TTableView, but not using TTTableViewController
I have a view that is not part a TTTableViewController. This could have several TTableViews on it. I try to setup each tableView to its own TTSectionedDataSource, but data is not displayed. I need to[详细]
2023-03-18 03:18 分类:问答TTStyle as instance variable error
I declare TTStyle in my class and it has error : expected specifier-qualifier-list before \'TTStyle\'[详细]
2023-03-18 02:37 分类:问答Three20-Popup a detail view controller and add new item to data source
I am new to three20 and iphone development. I want to achieve a real simple function. I have a TTTableViewController which binds to TTListDataSource. I also have an add(+) button on top right corner.[详细]
2023-03-17 17:30 分类:问答How to make TTButtons title left aligned?
I know how to create TTButton: TTButton *epriceButton = [TTButton buttonWithStyle:@\"ep开发者_运维百科riceButton:\"];[详细]
2023-03-17 15:09 分类:问答