ios Reside menu managing right and left menu content

619 Views Asked by At

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.

left menu

Right menu

1

There are 1 best solutions below

0
On BEST ANSWER

Try

cell.textLabel.textAlignment = NSTextAlignmentRight;

in

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath