Releases: LacertosusRepo/libDeusPrefs
Releases · LacertosusRepo/libDeusPrefs
Release list
1.0.4
LDSwitchWithInfoCell
- Added alternative info style where the whole cell serves as a button. A subtitle tells the user to tap for more information.
LDLabeledSegementTableCell
- Slightly reduced cell height
LDStylePickerCell
- Added support for integer appearanceOption values
- Added identifier support for option views
- Slightly changed selection animations
- Updated checkmark images to use SFSymbols if available
ParvusConstraints
- Added new category to NSLayoutConstraint allowing for (limited) easier constraints in one line.
1.0.3
LDInputSegmentTableCell
- Cleaned up code
- Hopefully fixed cases where the input button would be selected even though a default value was chosen
LDSwitchWithInfoCell
- Added support for two lines to fix cases of truncating on smaller devices
- Current solution requires hardcoding a larger cell height in the plist, hopefully can find a better dynamic cell sizing solution
1.0.2
- Added ability to use SFSymbols in place of an icon for the
LDHeaderView - Added
LDHeaderStylesforLDHeaderView, changing the layout of the header. Set using theLDHeaderOptionHeaderStylekey. All available layouts:- LDHeaderStyleVertical
- LDHeaderStyleHorizontalIconRight
- LDHeaderStyleHorizontalIconLeft
1.0.1
- Added
LDHeaderOptionBackgroundImageFileNameallowing an image to be used for the blurred backgroundLDHeaderView. Can also be set toDeviceWallpaperto use the device's wallpaper (duh) - Added translation support for
LDSwitchWithInfoCell - Added translation support for alert titles for
LDSwitchWithInfoCellandLDInputSegmentTableCell - Code cleanup