Jouni Miettunen
Jouni Miettunen
Trying to parse external TSV data, which I cannot fix before parsing. The weird problem is that data contains "bad" values e.g. ``` "Englanti|Lontoo|kartat|matkaoppaat|n�aht�avyydet" ``` and If such string is...
If you have several lists, which each need to have different state texts, try this: Header: NSArray *stateText; @property (nonatomic, copy) NSArray *stateText; Code: -(void)setState { case EGOOPullRefreshPulling: if (self.stateText)...
I got result that a file, which was imported ONLY in project's .pch file, was an unused import. This is a false positive, app wouldn't compile without it. My project...