Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-07-25 16:09:34 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22bfb7763866e5ba58e70777aa2246056bbe9d8a
22bfb776
1 parent
360da8f6
MyRewardsViewController minor ui fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
View file @
22bfb77
...
...
@@ -63,6 +63,9 @@ import UIKit
tableView
.
estimatedRowHeight
=
200
tableView
.
rowHeight
=
UITableView
.
automaticDimension
// Add bottom padding
tableView
.
contentInset
.
bottom
=
60.0
// Always create profile section first (with default state)
createDefaultProfileSection
()
...
...
Please
register
or
login
to post a comment