• Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FTImageViewer can preview images with just one lines of code with Swift. Also FTImageViewGrid has make showing images in grid much easier.

FTImageViewer

FTImageViewer

Twitter GitHub license Pods Versions CI Status Swift Version Compatibility swiftyness Swift Version GitHub stars

FTImageViewer can preview images with just one lines of code. Also FTImageViewGrid has make showing images in a grid much easier. I wrote this for my future projects. Feel free to try it in your own projects!

Feathers

  • ❀️ Supports both portrait and landscape
  • Single tap to dismiss and auto return to the current index
  • Double tap to zoom in and double tap again to zoom out
  • Pinch to zoom in/out
  • Button tap to dismiss
  • Button tap to save current image to system Photo Album
  • Pan up/down to dismiss (like Facebook or QQZone)
  • Pan left/right to dismiss at first/last page

ScreenShots

run the demo in FTImageViewerDemo to see more

Usage

  • show images in a grid and preview images with one line of code
        imageGridView.showWithImageArray(imageArray) { (buttonsArray, buttonIndex) in
            // in this tap block, preview images with one line of code
            FTImageViewer.sharedInstance.showImages(self.imageArray, atIndex: buttonIndex, fromSenderArray: buttonsArray)
        }
  • see more docs in FTImageViewerDemo/DemoTableViewCell.swift

Installation

Manually

  • clone this repo.
  • Simply drop the FTImageViewer folder into your project.
  • Enjoy!

Cocoapods

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

pod 'FTImageViewer'

Bouns

In FTImageViewerDemo, shows you how to use it in tableview, using pure AutoLayout. Enjoy.

License

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

More Repositories

1

FTPopOverMenu

FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
Objective-C
1,035
star
2

FTPopOverMenu_Swift

FTPopOverMenu_Swift, swift version of FTPopOverMenu. FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
Swift
430
star
3

FTIndicator

A light wight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes support.
Objective-C
297
star
4

FTFoldingTableView

FTFoldingTableView. Folding cells with simple delegates, and change UI looks in a few lines.
Objective-C
130
star
5

FTChatMessage

FTChatMessage, a chat message UI framework written in swift. Not quite finished.
Swift
63
star
6

FTChatMessageDemoProject

FTChatMessageDemoProject, a chat message UI framework written in swift. Not quite finished.
Swift
62
star
7

FTPopMenu

FTPopMenu
Objective-C
25
star
8

FTPickerView

FTPickerView. A simple UIPickerView/UIDatePicker wrapper.
Objective-C
17
star
9

FTImageSize

FTImageSize. Get image size from remote image url synchronously, without downloading it.
Swift
15
star
10

FTPinterest

FTPinterest is just a demo I wrote.
Swift
7
star
11

liufengting.github.io

Repo for My Blog.
HTML
5
star
12

FTPageController

FTPageController
Swift
3
star
13

FTFoldableTableView

FTFoldableTableView
Objective-C
3
star
14

FTPullToRefresh

FTPullToRefresh. Wait for it.
Objective-C
3
star
15

FTZoomTransition

FTZoomTransition
Swift
2
star
16

FTProgressView

FTProgressView
Swift
2
star
17

FTWaterFallLayout

FTWaterFallLayout
Swift
2
star
18

FTContainerController

FTContainerController
Objective-C
2
star
19

FTInteractiveTransition

FTInteractiveTransition
Objective-C
1
star
20

FTProgressHUD

FTProgressHUD
Swift
1
star