This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Double-Float+Rounding.swift | |
| // Extension for Ceil, Floor and Round methods. | |
| // | |
| // Created by Artem Krachulov. | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // Website: http://www.artemkrachulov.com/ | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIColor+HEX.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Range+RangeIntToRangeStringIndex.swift | |
| // | |
| // Created by Artem Krachulov. | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // Website: http://www.artemkrachulov.com/ | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Range+toNSRange.swift | |
| // | |
| // Created by Artem Krachulov. | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // Website: http://www.artemkrachulov.com/ | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIImage+loadFromURL.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIImage+imageInRect.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Device+screenSize.swift | |
| // Extension for DeviceKit (https://github.com/dennisweissmann/DeviceKit) | |
| // https://github.com/artemkrachulov/Device-screenSize | |
| // | |
| // Created by Artem Krachulov. | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIView+loadFromNib.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // String+trim.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // Gist: | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // String+Case.swift | |
| // | |
| // Created by Artem Krachulov | |
| // Copyright (c) 2016 Artem Krachulov. All rights reserved. | |
| // http://www.artemkrachulov.com | |
| // | |
| import UIKit |