Releases: PB-Digital/PashaKit
Releases · PB-Digital/PashaKit
v1.1.0
In this release:
PBUITextField
refactored and redundant method calls cleaned up- Different kinds of
UIKit
class extensions added for ease of making needed UI for our mobile application PBAttentionView
content spacing updated and added yellowishinformative
state added
v1.0.12
Added right constraint to the placeholder of PBUITextField
v1.0.11
- Internal improvements to image setup to views.
- Improved and enhanced
PBBaseSelectableRowView
andPBSelectableRowView
- Limited behavior of text setup method in
PBUITextField
resolved
v1.0.10
v1.0.9
After experiencing issues with the ImageDownloadHelper
of Kingfisher
library, such as mixing of icons on the table view cells, I decided to expose the components' UIImageView
s to be able to use their setImage
method which we have used and never experienced such kind of problem.
v1.0.8
- Font weight for merchant and amount labels of
PBTransactionRowView
changed PBContactRowView
spacing improved for different states
v1.0.7
In this release:
doneButtonAction
method renamed due to interfering with the same method name on our codebaseattentionLevel
parameter removed fromset
method ofPBAttentionView
for bypassing manually setattentionLevel
- added an option to get raw text from
PBUITextField
.
In previous versions we were trimming the whitespaces and send that text via
getText
method. But now, we have added an option to explicitly choose the format.
PBContactRowView
's issuerLogo based on card's first number were wrong. Now it's fixed- improved
PBContactRowView
to remove the text labels when they're empty. Actually there's no needed to keep them there. PBContactRepresentable
protocol variables set to be only gettable
v1.0.6
statusLabel
font size and weight changed in PBTransactionRowView
v1.0.5
Status of transaction added to PBTransactionRowView
.
v1.0.4
Changed PBRowView
's left icon persistence.