-
We should change the name of some colors names in our app, because in our extensions we use the name of existing colors in Swift, and this creates a conflict, especially during the previews in SwiftUI…
-
example code to reproduce problem.
```
_labelPrompt = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 160, 22)];
_labelPrompt.backgroundColor = [UIColor clearColor];
_labelPrompt.numberOfLines = 1;
_…
-
Xcode 8,Swift 3
Compiling errors occur when using `yy_setTextHighlight`:
```
Ambiguous use of 'yy_setTextHighlight(_:color:backgroundColor:userInfo:tapAction:longPressAction:)'
```
I think it mayb…
-
I integrated the line graph and its working great in Objective-C, but the problem I'm having is with spacing on the `xAxis`. If you see the attached screenshot, the first label and second one, and sec…
-
If you pass "black" background color using a delegate it will crash. However it will not crash if I create black color like this (`UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0)`).
```
fu…
-
-
my code:
```
LCActionSheet *actionSheet = [LCActionSheet sheetWithTitle:title delegate:self cancelButtonTitle:cancelTitle otherButtonTitles:otherTitle01,otherTitle02, nil];
actionSheet.ti…
-
Using:
XLPagerTabStrip 5.0
iOS 9.3
I'm trying to run the following code:
```
override func viewDidLoad() {
settings.style.selectedBarBackgroundColor = UIColor(red: 0.9176470588, green: 0.3…
-
I believe I am having an issue when trying to get archived objects from the keychain.
They always come back as nil.
Take the following code:
```
var preferences = UserDefaults.stand…
-
override func viewDidLoad() {
super.viewDidLoad()
// setLeftChart()
distance = CGFloat(0.0)
setRightChart()
let months : [String] = ["Jan", "f…