Skip to content

Commit

Permalink
Debug for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdouble committed Aug 19, 2017
1 parent 44a9e1e commit 29b0a2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file added JDRealHeatMap/JDSwiftHeatMap.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion JDRealHeatMap/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ViewController: UIViewController {

func addRandomData()
{
for i in 0..<20
for _ in 0..<20
{
let loti:Double = Double(119) + Double(Float(arc4random()) / Float(UINT32_MAX))
let lati:Double = Double(25 + arc4random_uniform(4)) + 2 * Double(Float(arc4random()) / Float(UINT32_MAX))
Expand Down

0 comments on commit 29b0a2b

Please sign in to comment.