Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGCircularPicker/Classes/AGCircularPickerCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ open class AGCircularPickerCell: UICollectionViewCell {

lazy var titleLabel: UILabel = {
let label = UILabel(frame: self.bounds)
label.font = UIFont.systemFont(ofSize: 22, weight: UIFontWeightBlack)
label.font = UIFont.systemFont(ofSize: 22, weight: .black)
label.textColor = UIColor.white
return label
}()
Expand Down
2 changes: 1 addition & 1 deletion AGCircularPicker/Classes/AGCircularPickerOption.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public struct AGCircularPickerColorOption {
public struct AGCircularPickerTitleOption {

static let defaultColor = UIColor.white
static let defaultFont = UIFont.systemFont(ofSize: 25, weight: UIFontWeightHeavy)
static let defaultFont = UIFont.systemFont(ofSize: 25, weight: .heavy)

var title: String? = nil
var titleColor: UIColor? = nil
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.