-
I am running into an issue where a UIButton with a simple title is being shown with blurry text. The code below renders a UILabel and an UIButton with the same font name and size. The UILabel shows i…
-
In my project I have configured SVProgressHud using below code:
```
SVProgressHUD.setDefaultStyle(SVProgressHUDStyle.Custom)
SVProgressHUD.setDefaultMaskType(SVProgressHUDMaskType.Custom)
SVProgressH…
-
In a previous version, the text of the cancel button label would follow whatever color was set as promptColor, now it is always white, which is a problem when using a white background. Sample code:
…
-
```
The method names in UIColor-HSVAdditions are not prefixed and can therefore
clash with other libraries. In particular, they clash with the Three20 library
(using both this component and Three20 …
-
The app chrashes when adding more than one popUpViewAnimatedColor
```ruby
slider2.popUpViewAnimatedColors = [ UIColor.red, UIColor.white]
```
-
When I try to set font size manually as like you have mentioned but no luck. Please come up with solution ASAP.
My code,
let largerRedTextAttributes = [NSAttributedStringKey.font: UIFont.systemF…
-
UIView that conforms StatefulViewController protocol does not be destroyed.
Here is a [StatefulViewControllerDemo.zip](https://github.com/aschuch/StatefulViewController/files/3087775/StatefulViewC…
-
| | |
|------------------|-----------------|
|Previous ID | SR-2999 |
|Radar | rdar://problem/31877728 |
|Original Repor…
-
@suzuki-0000
I want to add a stroke to the timer with `NSMutableAttributedString` however it wont work
``` swift
let attribs = [
NSStrokeColorAttributeName: UIColor.blackColor(), NSForeg…
-
Not sure if this is up to your library but I'll try nevertheless.
I'm using CardsCollectionViewLayout in my code via Swift Bridging for my CollectionView.
## Objective-C (Not Working)
My issu…