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
2026-03-20 12:25:43 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6a25c51a79ef170e2cdf66a0165c34e976776576
6a25c51a
1 parent
d70ed89e
CategoryOffersViewController ui fixes
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/screens/CategoryOffersViewController/CategoryOffersViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/screens/CategoryOffersViewController/CategoryOffersViewController.xib
SwiftWarplyFramework/SwiftWarplyFramework/screens/CategoryOffersViewController/CategoryOffersViewController.swift
View file @
6a25c51
...
...
@@ -30,6 +30,9 @@ import UIKit
tableView
.
estimatedRowHeight
=
100
tableView
.
rowHeight
=
UITableView
.
automaticDimension
// Add bottom padding
tableView
.
contentInset
.
bottom
=
60.0
tableView
.
register
(
UINib
(
nibName
:
"CategoryOffersHeaderTableViewCell"
,
bundle
:
Bundle
.
frameworkBundle
),
forCellReuseIdentifier
:
"CategoryOffersHeaderTableViewCell"
...
...
SwiftWarplyFramework/SwiftWarplyFramework/screens/CategoryOffersViewController/CategoryOffersViewController.xib
View file @
6a25c51
...
...
@@ -20,14 +20,14 @@
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<subviews>
<tableView
clipsSubviews=
"YES"
contentMode=
"scaleToFill"
alwaysBounceVertical=
"YES"
style=
"plain"
separatorStyle=
"default"
rowHeight=
"-1"
estimatedRowHeight=
"-1"
sectionHeaderHeight=
"-1"
estimatedSectionHeaderHeight=
"-1"
sectionFooterHeight=
"-1"
estimatedSectionFooterHeight=
"-1"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"xJ1-8b-ZQa"
>
<rect
key=
"frame"
x=
"0.0"
y=
"
59"
width=
"393"
height=
"759
"
/>
<rect
key=
"frame"
x=
"0.0"
y=
"
118"
width=
"393"
height=
"734
"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
</tableView>
</subviews>
<viewLayoutGuide
key=
"safeArea"
id=
"fnl-2z-Ty3"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
<constraints>
<constraint
first
Item=
"fnl-2z-Ty3"
first
Attribute=
"bottom"
secondItem=
"xJ1-8b-ZQa"
secondAttribute=
"bottom"
id=
"D5R-hF-Lz4"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"xJ1-8b-ZQa"
secondAttribute=
"bottom"
id=
"D5R-hF-Lz4"
/>
<constraint
firstItem=
"fnl-2z-Ty3"
firstAttribute=
"trailing"
secondItem=
"xJ1-8b-ZQa"
secondAttribute=
"trailing"
id=
"LhI-M4-0eB"
/>
<constraint
firstItem=
"xJ1-8b-ZQa"
firstAttribute=
"top"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"top"
id=
"O6f-Kk-Ufe"
/>
<constraint
firstItem=
"xJ1-8b-ZQa"
firstAttribute=
"leading"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"leading"
id=
"aT8-Zg-Kk4"
/>
...
...
Please
register
or
login
to post a comment