Skip to content

Commit

Permalink
update chnage log and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram (hryeh) committed Jul 1, 2017
1 parent 14eb76b commit da82691
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BAPeekPop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BAPeekPop'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 2 additions & 0 deletions BAPeekPop/Classes/BAPeekPop+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#import "BAPeekPop.h"

@interface BAPeekPop (Private)

/// The current top view controller of the application
@property (nonatomic, readonly) UIViewController *topmostViewController;

@end


Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.1.2](https://github.com/BramYeh/BAPeekPop/releases/tag/1.1.2)
* Add more unit tests coverage
* Fix issue when presenting previewingViewController from a modal view controller in devices without 3D Touch. @gabmarfe

## [v1.1.1](https://github.com/BramYeh/BAPeekPop/releases/tag/1.1.1)
* Make some functions available to other files to be able to use the peekpop view in MKAnnotations since annotations cannot detect long tap gestures using BAPeekPop @kimmanuel
* Changed text color of actions buttons @kimmanuel
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Version](https://img.shields.io/cocoapods/v/BAPeekPop.svg?style=flat)](http://cocoapods.org/pods/BAPeekPop)
[![License](https://img.shields.io/cocoapods/l/BAPeekPop.svg?style=flat)](http://cocoapods.org/pods/BAPeekPop)
[![Platform](https://img.shields.io/cocoapods/p/BAPeekPop.svg?style=flat)](http://cocoapods.org/pods/BAPeekPop)
[![codecov](https://codecov.io/gh/BramYeh/BAPeekPop/branch/master/graph/badge.svg)](https://codecov.io/gh/BramYeh/BAPeekPop)
[![Codecov](https://codecov.io/gh/BramYeh/BAPeekPop/branch/master/graph/badge.svg)](https://codecov.io/gh/BramYeh/BAPeekPop)

* Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+
* BAPeekPop is the Objective-C library to support 3D touch similar operation on older device via long-press
Expand Down

0 comments on commit da82691

Please sign in to comment.