Skip to content

Commit

Permalink
Hide of debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiser33 committed Nov 28, 2016
1 parent 4038960 commit e594280
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Example/iOSTiledViewer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# iOSTiledViewer

[![CI Status](http://img.shields.io/travis/Jakub Fiser/iOSTiledViewer.svg?style=flat)](https://travis-ci.org/Jakub Fiser/iOSTiledViewer)
#[![Version](https://img.shields.io/cocoapods/v/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
#[![License](https://img.shields.io/cocoapods/l/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
#[![Platform](https://img.shields.io/cocoapods/p/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
[![CI Status](http://img.shields.io/travis/Jakub Fiser/iOSTiledViewer.svg?style=flat)](https://travis-ci.org/moravianlibrary/iOSTiledViewer)
<!---
[![Version](https://img.shields.io/cocoapods/v/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
[![License](https://img.shields.io/cocoapods/l/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
[![Platform](https://img.shields.io/cocoapods/p/iOSTiledViewer.svg?style=flat)](http://cocoapods.org/pods/iOSTiledViewer)
-->

## Example

Expand Down
2 changes: 1 addition & 1 deletion iOSTiledViewer/Classes/ITVTiledView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ITVTiledView: UIView {

var requestURL: URL!
/// TODO: make borders setting modifiable to user as well
let displayTileBorders = true
let displayTileBorders = false

let cacheKey = "\(level)/\(column)_\(row)"
if let image = imageCache[cacheKey] {
Expand Down

0 comments on commit e594280

Please sign in to comment.