We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ac9e4 commit 8dfa9e0Copy full SHA for 8dfa9e0
Example/CustomActionControllers/Skype.swift
@@ -29,7 +29,7 @@ import XLActionController
29
30
open class SkypeCell: UICollectionViewCell {
31
32
- @IBOutlet weak var actionTitleLabel: UILabel!
+ @IBOutlet open weak var actionTitleLabel: UILabel!
33
34
public override init(frame: CGRect) {
35
super.init(frame: frame)
XLActionController.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
7
+</dict>
8
+</plist>
0 commit comments