This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from Lickability/develop
Merges `develop` into `master`
- Loading branch information
Showing
91 changed files
with
3,049 additions
and
2,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Closes # | ||
|
||
## What It Does | ||
|
||
## How to Test | ||
|
||
## Notes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '1.0.0' | ||
gem 'cocoapods', '1.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,18 @@ import PinpointKit | |
|
||
final class ViewController: UITableViewController { | ||
|
||
fileprivate let pinpointKit = PinpointKit(feedbackRecipients: ["[email protected]"]) | ||
|
||
override func viewDidLoad() { | ||
super.viewDidLoad() | ||
|
||
// Hides the infinite cells footer. | ||
tableView.tableFooterView = UIView() | ||
} | ||
|
||
override func viewDidAppear(animated: Bool) { | ||
override func viewDidAppear(_ animated: Bool) { | ||
super.viewDidAppear(animated) | ||
|
||
PinpointKit.defaultPinpointKit.show(fromViewController: self) | ||
pinpointKit.show(from: self) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
PODS: | ||
- PinpointKit (0.9) | ||
- PinpointKit (0.9): | ||
- PinpointKit/Core (= 0.9) | ||
- PinpointKit/Core (0.9) | ||
|
||
DEPENDENCIES: | ||
- PinpointKit (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
PinpointKit: | ||
:path: "../" | ||
:path: ../ | ||
|
||
SPEC CHECKSUMS: | ||
PinpointKit: 79a54c1642c37fe466c8ff128f98ae0147067255 | ||
PinpointKit: 6d19d08afddfad2753aee95e2a6160f2d8d30764 | ||
|
||
PODFILE CHECKSUM: 57140b686c94ba1e5869bbc5b91a657c508da681 | ||
|
||
COCOAPODS: 1.0.0 | ||
COCOAPODS: 1.0.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.