i am working on an application where i needed to have both right and left menu. i am using reside menu and by changing _contentViewInPortraitOffsetCenterX to 70.f, i am getting my desired result but there is a problem when i am showing right menu. please see attach screenshots for these. the problem is that right side view getting inside my content view, i would like it to move to more right so i get it same as left menu.
Asked
Active
Viewed 605 times
1
-
please help regarding this. – Syed Faraz Haider Zaidi Feb 21 '15 at 07:58
1 Answers
1
Try
cell.textLabel.textAlignment = NSTextAlignmentRight;
in
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

Fabrice
- 103
- 7