You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
my problem is that i want to have both leftUtilityButtons and rightUtilityButtons in a UITableViewCell and i have achieved this matter. but there are 2 problems.
1- if i want to use a language that its direction is RTL (eg. Arabic) i wont be able to use accessory anymore because the xib flips automatically and accessory fall outside of view. see the pictures below :
2- so the first problem made me get rid of accessory type for the cells but then i ran into another problem this time without the accessory. the problem appears when i define 3 button for the leftUtilityButtons! it works fine when 2 buttons are defined but when it is 3, it looks like this :
can anyone help me resolve these issues ?
thanks
The text was updated successfully, but these errors were encountered:
hi,
my problem is that i want to have both
leftUtilityButtons
andrightUtilityButtons
in a UITableViewCell and i have achieved this matter. but there are 2 problems.1- if i want to use a language that its direction is RTL (eg. Arabic) i wont be able to use accessory anymore because the xib flips automatically and accessory fall outside of view. see the pictures below :
2- so the first problem made me get rid of accessory type for the cells but then i ran into another problem this time without the accessory. the problem appears when i define 3 button for the
leftUtilityButtons
! it works fine when 2 buttons are defined but when it is 3, it looks like this :can anyone help me resolve these issues ?
thanks
The text was updated successfully, but these errors were encountered: