Skip to content

Commit

Permalink
Opened actionTitleLabel in SkypeCell (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maryom authored and mats-claassen committed Mar 28, 2019
1 parent 11ac9e4 commit 8dfa9e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Example/CustomActionControllers/Skype.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import XLActionController

open class SkypeCell: UICollectionViewCell {

@IBOutlet weak var actionTitleLabel: UILabel!
@IBOutlet open weak var actionTitleLabel: UILabel!

public override init(frame: CGRect) {
super.init(frame: frame)
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>

0 comments on commit 8dfa9e0

Please sign in to comment.