Right to Left Alignment for UITableView
I am working on an arabic app for iphone 3.0. i was wondering if there is a way that i can convert the UITableViewCell to be right-to-left. I want everything to be in the opposite direction. Any thoughts? Creating your own UITableViewCell subclass is not that hard to do and is probably the first thing you'll want to do to get a custom look. All you'll need is a custom XIB file and a bit of modified code in your cellForRowAtIndexPath function: NSString *CellIdentifier = @"IndividualContractWithResult"; UITableViewCell *cell; ... cell = [thisTableView dequeueReusableCellWithIdentifier