Skip to content

Commit

Permalink
Merge pull request #10 from BramYeh/release112
Browse files Browse the repository at this point in the history
Release v1.1.2
  • Loading branch information
BramYeh committed Jul 1, 2017
2 parents b5a567a + da82691 commit d6fc3bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
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
4 changes: 4 additions & 0 deletions Example/BAPeekPop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
37079AB81E26836C00382D60 /* 2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 37079AB41E26836C00382D60 /* 2.jpg */; };
37079AB91E26836C00382D60 /* 3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 37079AB51E26836C00382D60 /* 3.jpg */; };
37079ABA1E26836C00382D60 /* 4.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 37079AB61E26836C00382D60 /* 4.jpg */; };
376B9CCC1F079DB000B04882 /* CHANGELOG.md in Sources */ = {isa = PBXBuildFile; fileRef = 376B9CCB1F079DB000B04882 /* CHANGELOG.md */; };
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
Expand Down Expand Up @@ -52,6 +53,7 @@
37079AB41E26836C00382D60 /* 2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = 2.jpg; path = Images/2.jpg; sourceTree = "<group>"; };
37079AB51E26836C00382D60 /* 3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = 3.jpg; path = Images/3.jpg; sourceTree = "<group>"; };
37079AB61E26836C00382D60 /* 4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = 4.jpg; path = Images/4.jpg; sourceTree = "<group>"; };
376B9CCB1F079DB000B04882 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
5D94320FA1F5F4675F25A3AB /* BAPeekPop.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BAPeekPop.podspec; path = ../BAPeekPop.podspec; sourceTree = "<group>"; };
6003F58A195388D20070C39A /* BAPeekPop_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BAPeekPop_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -205,6 +207,7 @@
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
isa = PBXGroup;
children = (
376B9CCB1F079DB000B04882 /* CHANGELOG.md */,
5D94320FA1F5F4675F25A3AB /* BAPeekPop.podspec */,
DD2BF58B40EF7C9147CC4491 /* README.md */,
68A10F78EA393989938AB53F /* LICENSE */,
Expand Down Expand Up @@ -426,6 +429,7 @@
buildActionMask = 2147483647;
files = (
6003F59E195388D20070C39A /* AppDelegate.m in Sources */,
376B9CCC1F079DB000B04882 /* CHANGELOG.md in Sources */,
6003F5A7195388D20070C39A /* ViewController.m in Sources */,
6003F59A195388D20070C39A /* main.m in Sources */,
37079AAF1E26833400382D60 /* PreviewingViewController.m in Sources */,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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)

* Peek &amp; 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 d6fc3bf

Please sign in to comment.