Skip to content

Instantly share code, notes, and snippets.

View michellehardatwork's full-sized avatar

Michelle Cervenka michellehardatwork

View GitHub Profile
@michellehardatwork
michellehardatwork / stackview.swift
Created December 6, 2017 00:46
Playground of a Horizontal iOS UIStackView with Multiple labels
//: Playground - noun: a place where people can play
import UIKit
import PlaygroundSupport
//Generating a random string
func randomString(length: Int) -> String {
let letters : NSString = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
let len = UInt32(letters.length)