English 中文(简体)
海关可调频通信科不装在5号
原标题:Custom UITableView Sections not loading in iOS5

Our app has a UITableViewController with some custom section headers.

该科负责人使用国际笔记簿和载有各种标签和图形的Xib文档。

服务器打电话,从服务器中检索动态数据,一经检索,便在Suntable Array和-(IDView*)表上打造。 观点 关于HeaderIn Section:NSInteger, 这种方法使控制员返回。 对适当章节的意见。 接收服务器边内容的回馈。 http://www.ohchr.org。

所有这一切在SOS5之前都做了罚款。 但是,由于SOS5表装上了这些章节,但是没有具体数据,这些章节似乎空白(根据Xib的定义)。 只有当你人工上表时,各科被迫重新编辑时,数据才列入“领导人意见”。

我已尝试了许多技术,以实现这一目标。 唯一接近的黑板是安装一个称为<代码>的NStimer。 View reloadData] after 0.5 seconds. 这种不可挽回的工作,但也有一些闪光,而且如果许多科室从屏幕上排出,在他们被迫复读之前,他们先用空白。

我很想知道,我的派系主任来担任主计长的想法是否存在缺陷,或者我是否需要明确要求它重整。 我使用了一位观点主计长,因为Xib更容易提出复杂的观点。

另一种想法是,服务器的反馈是否没有适当打上再载荷。 我正在使用ASIHTTP一揽子计划和代表呼吁。

任何帮助

最佳回答

或许是从某些背景线read起重载的。 Try:

[self.tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES]

问题回答

暂无回答




相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签