Giter VIP home page Giter VIP logo

ssimagebrowser's Introduction

SSImageBrowser

IDMPhotoBrowser in Swift

CI Status Version License Platform

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

##Screenshots [![Alt][screenshot1_thumb]][screenshot1] [![Alt][screenshot2_thumb]][screenshot2] [![Alt][screenshot3_thumb]][screenshot3] [![Alt][screenshot4_thumb]][screenshot4] [![Alt][screenshot5_thumb]][screenshot5] [screenshot1_thumb]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_thumb1.png [screenshot1]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss1.png [screenshot2_thumb]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_thumb2.png [screenshot2]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss2.png [screenshot3_thumb]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_thumb3.png [screenshot3]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss3.png [screenshot4_thumb]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_thumb4.png [screenshot4]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss4.png [screenshot5_thumb]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_thumb5.png [screenshot5]: https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss5.png

Usage

go and see origin

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 8 or later

Installation

SSImageBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SSImageBrowser"

Author

CodeEagle, [email protected]

License

SSImageBrowser is available under the MIT license. See the LICENSE file for more info.

ssimagebrowser's People

Contributors

albertinrc avatar codeeagle avatar codwam avatar ergunkocak avatar lannik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ssimagebrowser's Issues

Urgently need the older version 2.0.9

Dear team, sorry i am maintaining older iOS project which still using SSImageBrowser library version 2.0.9, unfortunately we are missing the generated podsfile previously, so when we do pod install to get the lib it's not compatible again with our project. If you don't mind, please provide us pod with version 2.0.9 which still support swift 2.

Some errors like this :
image

Thanks for your kinda help.

Error in installing pod

I am using Xcode Version 8.3.1 and while installing cocoapod: pod 'SSImageBrowser' i'm getting following error.

[!] Error installing SSImageBrowser
[!] /usr/bin/git clone https://github.com/CodeEagle/SSImageBrowser.git /var/folders/1s/__q4tksn7mb_6kfcrh8787nh0000gn/T/d20170615-10037-y50sl0 --template= --single-branch --depth 1 --branch 2.0.9

Cloning into '/var/folders/1s/__q4tksn7mb_6kfcrh8787nh0000gn/T/d20170615-10037-y50sl0'...
warning: Could not find remote branch 2.0.9 to clone.
fatal: Remote branch 2.0.9 not found in upstream origin

Version for support Swift 3, Xcode 8.3.3

Dear team,

we got this issue when use "pod 'SSImageBrowser', '2.1.7'" in our PodFile.

[!] CocoaPods could not find compatible versions for pod "SSImageBrowser":
In Podfile:
SSImageBrowser (= 2.1.7)

None of your spec sources contain a spec satisfying the dependency: SSImageBrowser (= 2.1.7).

Please suggest what library version match to be run well on Xcode 8.3.3 version

Best regard

Caption view will not update its frame when you rotate the device

Root cause:
extension SSCaptionView {
func setBackground() {
let fadeView = UIView(frame:CGRectMake(0, -100, UIScreen.mainScreen().bounds.width, 130+100)) // Static width, autoresizingMask is not working
...
}
}

the original value is 10000. Not sure why did you change it? In this case, the fadeView width will be fixed as UIScreen.mainScreen().bounds.width. Did you mean:

max (UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.height))

??

Error when using XCode 7.1

Updated to XCode 7.1 and receive the following errors:

.../Pods/pop/pop/POP.h:13:9: Include of non-modular header inside framework module 'pop.POP'
.../Pods/pop/pop/POP.h:15:9: Include of non-modular header inside framework module 'pop.POP'
.../Pods/pop/pop/POP.h:16:9: Include of non-modular header inside framework module 'pop.POP'
... same for every import until the last
.../Pods/pop/pop/POP.h:27:9: Include of non-modular header inside framework module 'pop.POP'

I have tried the suggested solution posted to StackOverflow (https://stackoverflow.com/questions/27776497/include-of-non-modular-header-inside-framework-module) but it did not work.

Crash when use actionButton on iPad

*** Terminating app due to uncaught exception 'NSGenericException', reason: 'Your application has presented a UIAlertController (<UIAlertController: 0x141083b90>) of style UIAlertControllerStyleActionSheet. The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem. If this information is not known when you present the alert controller, you may provide it in the UIPopoverPresentationControllerDelegate method -prepareForPopoverPresentation.'
*** First throw call stack:
(0x183c1adb0 0x18327ff80 0x1896bd268 0x1890d1fb0 0x1890d00c8 0x1890230c8 0x189030a80 0x188d625a4 0x183bd0728 0x183bce4cc 0x183bce8fc 0x183af8c50 0x1853e0088 0x188dda088 0x1000e180c 0x1836968b8)
libc++abi.dylib: terminating with uncaught exception of type NSException

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.