-
For some reason when I try to add a searchBar at the top of the pager controller it comes looking all messed up. im not sure if it is not customizable to that extent or what but it usually ends up loo…
-
Hi there,
First off - LOVE this library!
I wanted to ask if there were any way to used named/dynamic colors, such that the color changes when the device changes UIUserInterfaceStyle (i.e. from Lig…
-
`[[UINavigationBar appearance] setBarTintColor:[UIColor GreenColor]];
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
[[UINavigationBar appearance] setTitleTextAttributes:@…
-
I create TWRDataSet:
`TWRDataSet *set = [[TWRDataSet alloc] initWithDataPoints:points fillColor:color
strokeColor:[UIColor clearColor]
…
-
i am adding three types of messages showing in my chat screen one at my left side and rest of the 2 will be on right, so the third one i want on right side is showing on left as i give the same code w…
-
I am trying to set the WebView background color using the _capacitor.config.json_ file with the param ```"backgroundColor": "#000000"```
I can see the value is going through to the Swift code in _C…
-
```
//
// BorderView.swift
// Ceshi
//
// Created by 荆文征 on 16/7/20.
// Copyright © 2016年 timer. All rights reserved.
//
import UIKit
@IBDesignable
class InspectView:UIView{
/// 是否展示上边框
…
-
Thanks for this library. However, I seem to have issues using the trimming utility. I assign a `UIColor` with RGB colour space, but it doesn't actually trim the image.
Here's an example of an image I…
-
tintColor seems to work, but unselectedItemTintColor doesn't seem to be working.
`self.tabBar.unselectedItemTintColor = UIColor.gray;`
`self.tabBar.tintColor = UIColor.red`
The unselected item…
-
Sometimes, I only have the UIColor and want to get the hex-value so it would be good to allow input like `UIColor(red:0.07, green:0.20, blue:0.34, alpha:1.0)`.