I hereby claim:
- I am squeaky-nose on github.
- I am sushant40 (https://keybase.io/sushant40) on keybase.
- I have a public key ASB6-kz_e8LaWICzQZDGPrpc4X7lSDEPjb78w0XypHM0hgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import XCTest | |
final class AppUITests: XCTestCase { | |
override func setUpWithError() throws { | |
SpringboardHelper.showKeyboardIfNeeded() | |
} | |
} |
while [ 1 ] | |
do | |
xcrun simctl ui booted appearance dark | |
sleep 2 | |
xcrun simctl ui booted appearance light | |
sleep 2 | |
done |
while [ 1 ] | |
do | |
xcrun simctl ui booted content_size extra-extra-large | |
sleep 2 | |
xcrun simctl ui booted content_size medium | |
sleep 2 | |
done |
UserDefaults.standard.set(false, forKey: "NSDoubleLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSAccentuateLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSSurroundLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSShowNonLocalizedStrings") |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> |
// | |
// SVDesignableXibView.swift | |
// crypto | |
// | |
// Created by Sushant Verma on 29/1/18. | |
// Copyright © 2018 Sushant Verma. All rights reserved. | |
// | |
import UIKit |