Commit Graph

132 Commits

Author SHA1 Message Date
Alexsandersky 1d0356bdd5 Merge pull request #49 from alexsanderskywork/master
this new algorithm resizes the current image size after device rotation
2016-03-13 20:05:03 +04:00
Alexsander Khitev d329c86aee this new algorithm resizes the current image after device rotation 2016-03-13 19:58:37 +04:00
Alexsander Khitev cc1aa7d3d4 new algorithm for resize image 2016-03-13 19:52:24 +04:00
Alexsander Khitev 689b312e10 I fixed the bug which was after the device rotation and it showed a wrong image size 2016-03-13 18:56:49 +04:00
Alexsandersky 91ebfcb186 Merge pull request #48 from alexsanderskywork/master
fixed the bug which was when slide between images
2016-03-13 18:33:57 +04:00
Alexsander Khitev c85abfe802 removed old functions 2016-03-13 18:32:27 +04:00
Alexsander Khitev 2252b14095 I removed prints 2016-03-13 18:15:52 +04:00
Alexsander Khitev 5bf7142819 I fixed the bug which was when slide between images 2016-03-13 18:14:37 +04:00
Alexsander Khitev 8bdb4270f2 it works with first image 2016-03-13 17:56:07 +04:00
Alexsander Khitev 82aced57c3 I removed no longer needed the value and the function 2016-03-13 16:45:14 +04:00
Alexsander Khitev 22fbd1a00d force tile pages when view isn't active and remove todo of prepareForReuse 2016-03-13 16:00:36 +04:00
Alexsander Khitev 2bc9c33c60 I changed var photo in SKZoomingScrollView and we now can to use prepareForReuse and we don't get the optional value error 2016-03-13 14:53:12 +04:00
Alexsander Khitev 79f672711b Changed prepareForReuse function. I added SKPhotoBrowser.framework in the SKPhotoBrowserExample in the Embed frameworks that we can to test on a real device. If I don't add it in the Embed Frameworks I get the "Reason Image" error. 2016-03-13 14:34:53 +04:00
Alexsander Khitev a9c89dd09e Added recycledPages 2016-03-13 14:28:01 +04:00
Alexsandersky 5d64af677e Merge pull request #47 from alexsanderskywork/master
Some changes.
2016-03-12 23:53:12 +04:00
Alexsander 4d5a0acc2a some changes in SKPhotoBrowser 2016-03-12 23:43:40 +04:00
Alexsander 7912b216e4 I changed SKPhotoBrowser. I removed several no longer necessary functions and variables. I also added new functions which calculate new frame for buttons after a rotation of the device. 2016-03-12 23:11:32 +04:00
Alexsandersky 1a159e50ea Merge pull request #46 from alexsanderskywork/master
Some changes.
2016-03-12 03:03:34 +04:00
Alexsander 56282228fb Some changes. Removed code which not right worked when device is rotating. It is necessary to fix. 2016-03-12 03:01:27 +04:00
Alexsandersky 4395a261aa Update SKPhotoBrowser.podspec 2016-03-11 23:36:59 +04:00
Alexsandersky cb5d4cfc82 Merge pull request #44 from krummler/master
Added delegate method to allow animating closing to other frames
2016-03-11 23:36:28 +04:00
Kevin Rummler c643d56b9e Merge branch 'master' of https://github.com/suzuki-0000/SKPhotoBrowser 2016-03-11 13:44:26 +01:00
Kevin Rummler 759c714b4a added option to animate closing from other cells 2016-03-11 13:43:50 +01:00
Alexsandersky a4ed7da7f5 Update SKPhotoBrowser.podspec 2016-03-11 15:09:43 +04:00
Alexsandersky 2859e0fac6 Merge pull request #40 from krummler/master
Several tweaks and impovements
2016-03-11 15:08:17 +04:00
Kevin Rummler ea38ab29a8 Merge branch 'master' of https://github.com/suzuki-0000/SKPhotoBrowser
# Conflicts:
#	SKPhotoBrowser/SKPhotoBrowser.swift
2016-03-11 09:45:09 +01:00
Alexsandersky 2c4fae7b41 Merge pull request #42 from alexsanderskywork/master
More stability
2016-03-11 07:03:36 +04:00
Alexsandersky dd4e0a643d More stability 2016-03-11 07:01:34 +04:00
Alexsandersky d9367496cc more stability 2016-03-11 06:59:55 +04:00
Kevin Rummler 80958e7742 Fix for broken fade-effect when using the browser in a more layered application 2016-03-10 12:07:48 +01:00
Kevin Rummler 874f0bba98 Grabbing first visiblePage suffices when opening the gallery 2016-03-10 09:36:49 +01:00
Kevin Rummler aff4ee03d7 Merge branch 'master' of https://github.com/suzuki-0000/SKPhotoBrowser 2016-03-10 09:33:34 +01:00
Alexsandersky 162bfbb2c6 Merge pull request #41 from alexsanderskywork/master
Some changes
2016-03-10 11:31:59 +04:00
Alexsandersky 69c6ca9136 Update pod spec 2016-03-10 11:27:59 +04:00
Alexsandersky 7f2db66cdc some fix 2016-03-10 11:21:20 +04:00
Kevin Rummler 5026253f08 Merge branch 'master' of https://github.com/suzuki-0000/SKPhotoBrowser
# Conflicts:
#	SKPhotoBrowser/SKPhotoBrowser.swift
2016-03-09 17:08:19 +01:00
Kevin Rummler 30ef41ee61 Several tweaks and impovements
Add support for cornerRadius transition
Option to bounce transition
Animate properly from zoomed/panned state
2016-03-09 17:02:51 +01:00
Alexsandersky 66125de128 Merge pull request #39 from alexsanderskywork/master
Version 1.6.3
2016-03-09 18:36:45 +04:00
Alexsandersky 1370ffdb7d update to version 1.6.3 Fixed bug with rotation device 2016-03-09 18:32:43 +04:00
Alexsandersky 9e77727da9 changed visiblePages to from Set<SKZoomingScrollView> to [SKZoomingScrollView] it is more convenient for us to find the index.
I fixed bug with rotation device. But I don't like this animation and need to fix when we return to previous page
2016-03-09 18:21:13 +04:00
Alexsandersky ecc129c323 resize current image after rotation device 2016-03-09 17:54:13 +04:00
Alexsandersky da03786f9a removed deleted array from SKPhotoBrowser because it was not needed 2016-03-09 16:50:25 +04:00
Alexsandersky 7da3dc388e I added possibility which to enable and disable the zoom in the black area 2016-03-09 13:58:20 +04:00
Alexsandersky 5a1de600a7 Update README.md 2016-03-09 00:43:52 +04:00
Alexsandersky 29d7892246 change version to 1.6.2 2016-03-09 00:41:56 +04:00
Alexsandersky e9a0daa664 [clean]using swiftlint.
[clean]using swiftlint.
2016-03-09 00:40:44 +04:00
Alexsandersky dfb813470c Update README.md
changed readme
2016-03-09 00:21:21 +04:00
Alexsandersky 00c1b51402 Update SKPhotoBrowser.podspec
Update version from 1.6.0 to 1.6.1
2016-03-09 00:04:38 +04:00
Alexsandersky f02652f1d2 Merge pull request #37 from alexsanderskywork/master
I added CustomDeleteButton but there is a mistake with rotation device
2016-03-08 23:58:21 +04:00
Alexsandersky 63760b8fb9 I added CustomDeleteButton but there is a mistake with rotation device 2016-03-08 23:56:02 +04:00