tableview

    2熱度

    3回答

    我有一個UITableView,它在單元格中顯示大量圖像,我對於滾動性能並不放棄。我的UITableView就像iphone上的照片應用程序。有誰知道爲什麼iphone foto應用程序快速滾動,就好像它們在屏幕上沒有任何東西。 有沒有人有一些提示/技巧來提高我的性能/滾動速度?

    3熱度

    3回答

    我在將複選框放入UITableView時遇到了麻煩。我在這裏發佈我的代碼的一部分。 - (NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row { NSButtonCell *cell=[[NSButtonCel

    3熱度

    4回答

    檢查出[返回單元格] ..前的最後行的圖片加載後,滾動速度decreasing..it似乎滾動卡住 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *MyIdentifier = @"MyIde

    -2熱度

    2回答

    當創建表格時,調用cellForRowAtIndexPath來填充單元格。被點擊單元格以前當編輯,cellForRowAtIndexPath不叫,並使用電池可能文本輸入到它: #pragma mark Text Field Delegate Methods - (void)textFieldDidBeginEditing:(UITextField *)textField { self.tex