-
Valensas
- Istanbul, Turkey
Pinned Loading
-
UIColor initialise with hexadecimal ...
UIColor initialise with hexadecimal string like "#ABCDEF" 1import UIKit
23extension UIColor {
45convenience init(hexaString: String, alpha: CGFloat = 1) {
-
Extension to UIImage which returns a...
Extension to UIImage which returns an image filled with given solid color and given size. 1import UIKit
23extension UIImage {
45static func imageWithColor(color: UIColor, size: CGSize = CGSize(width: 1, height: 1)) -> UIImage? {
-
OAuth Authorization Code + PKCE in V...
OAuth Authorization Code + PKCE in Vanilla JS 1<html>
2<title>OAuth Authorization Code + PKCE in Vanilla JS</title>
3<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
45<!--
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.