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
func IntToReversedArrayOfInts (_ b:Int)->(arr:[Int],count:Int){ | |
let str = String(number) | |
var digits = str.flatMap{Int(String($0))} | |
digits = digits.reversed() | |
return (digits,digits.count) | |
} |
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
// | |
// GradientView.swift | |
// Aura | |
// | |
// Created by Egor Sakhabaev on 23.07.17. | |
// Copyright © 2017 Egor Sakhabaev. All rights reserved. | |
// | |
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
// | |
// CarsSearchingViewController.swift | |
// finalprice | |
// | |
// Created by Сахабаев Егор on 26.11.16. | |
// Copyright © 2016 com.finalprice. All rights reserved. | |
// | |
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
// | |
// CarsSearchingViewController.swift | |
// finalprice | |
// | |
// Created by Сахабаев Егор on 26.11.16. | |
// Copyright © 2016 com.finalprice. All rights reserved. | |
// | |
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
// | |
// CarsSearchingViewController.swift | |
// finalprice | |
// | |
// Created by Сахабаев Егор on 26.11.16. | |
// Copyright © 2016 com.finalprice. All rights reserved. | |
// | |
import UIKit |
NewerOlder