Skip to content

Instantly share code, notes, and snippets.

@tigerraj32
Created December 30, 2016 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigerraj32/4ea300e11482f1b92587cb22f0d61c09 to your computer and use it in GitHub Desktop.
Save tigerraj32/4ea300e11482f1b92587cb22f0d61c09 to your computer and use it in GitHub Desktop.
Naming Convention
private let maximumWidgetCount = 100 class WidgetContainer {
var widgetButton: UIButton
let widgetHeightPercentage = 0.85
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment