I have already tried with UITableview
expand collapse but does not got effect like Swiggy payments wallet design screen. We need to create same design wallet design like Swiggy food delivery app in objective-c.
Asked
Active
Viewed 499 times
-4

Nikhil Manapure
- 3,748
- 2
- 30
- 55

Harshil Vyas
- 1
- 3
-
Maybe, you should try doing similar thing with `UIScrollView`. – Nikhil Manapure Dec 21 '18 at 07:05
-
@NikhilManapure - thanks – Harshil Vyas Dec 21 '18 at 13:33
1 Answers
-1
It's very basic question to start with but I would suggest learn more about the UITableView
using default and custom cell you can achieve the same layout. Please do home work before asking such a simple question. If you want to learn then read and code. If facing issue while implementing then do come here with question.
https://www.ralfebert.de/ios-examples/uikit/uitableviewcontroller/custom-cells/ Custom UITableViewCell from nib in Swift

Sanoj Kashyap
- 5,020
- 4
- 49
- 75
-
Before giving downvote if you mention the reason then that would really help to learn. – Sanoj Kashyap Dec 24 '18 at 09:50