-
So in storyboard I have an imageView, did set its class as "GIFImageView".
When running app, the error in title is displayed.
Library installed as pod `pod 'SwiftGifOrigin', '~> 1.7.0'`
I also …
-
Hi, everything works like a charm. Except that I cant change my placeholder text as I usually do.
```
override var placeholder: String? {
willSet(value) {
super.attributedPlaceholder = NS…
-
As I am Assigning the CGFloat value in the viewDidAppear method it does not slide to my given value.
-
//
// DOFavoriteButton.swift
// DOFavoriteButton
//
// Created by Daiki Okumura on 2015/07/09.
// Copyright (c) 2015 Daiki Okumura. All rights reserved.
//
// This software is released und…
-
Hey,
Thanks for your awesome repo. I need to localize the fields to Arabic language, as you can see in the attached image, the fields turned to the right perfectly. However, the placeholders didn't…
-
Does anyone have any tips on how to modify these utterly fantastic classes in order to make them vertical instead of horizontal?
I made a class called RotatableSlider that I use for standard UISlid…
-
UIKit Dynamics support
-
Hi,
Your pod doesn't compile with Swift 4. Could you please update it ?
Thank you
-
Hi, is there a way to change the separatorStyle of the tableView?
-
I am sub-classing M13CheckBox
```
init(title:String) {
super.init(frame: CGRect())
self.boxType = .square
self.markType = .checkmark
self.backgroundColor = UI…