Kyle Fang
e7361a88c8
Update spec
2013-07-02 00:59:28 +08:00
Kyle Fang
b7656ff51b
Added Photo Browser
1.0.3
2013-07-02 00:27:15 +08:00
Kyle Fang
0d051c3f7e
Update podspec
2013-05-24 14:52:29 +08:00
Kyle Fang
0a98310b54
Added SDWebImage3+ support and FBGallery ready
1.0.2
2013-05-24 14:43:21 +08:00
Michael Waterfall
76a91ed5b7
Updated SDWebImage and removed mapkit dependancy.
2012-06-09 11:52:03 +01:00
Michael Waterfall
eab91b88cf
Updated MBProgressHUD.
1.0.1
2012-05-28 19:45:50 +01:00
Michael Waterfall
be6791b43a
Updated SDWebImage.
2012-05-28 19:42:14 +01:00
Michael Waterfall
aa4fd901cc
Updated to latest version of MBProgressHUD which included a bug fix.
1.0.0
2012-01-19 15:13:15 +00:00
Michael Waterfall
d4e752552a
Fixed bug that caused a crash on a device that doesn't support emailing when pressing cancel on the actions sheet.
2012-01-18 16:42:09 +00:00
Michael Waterfall
4ce04cf57f
Updated README to explain string localisation.
2012-01-18 13:00:24 +00:00
Michael Waterfall
b2ff8f04f6
Fixed issue with checkmark not showing when saving or copying has completed.
2012-01-18 12:53:03 +00:00
Michael Waterfall
6727bc2a96
Added localizable strings.
2012-01-18 12:49:55 +00:00
Michael Waterfall
249a3223a4
Added armv6 to project's build architectures.
2012-01-12 18:25:30 +00:00
Michael Waterfall
411909f9a8
Photo browser now supports wantsFullScreenLayout property which allows the user to control whether the status bar is affected when displaying the browser.
2012-01-11 19:45:48 +00:00
Michael Waterfall
dc1ec4e4fe
Fixed issue with UIBarButtonItem appearances and back button. Disabled debug logging.
2012-01-11 19:21:37 +00:00
Michael Waterfall
b5a66d5dc6
MWPhotoBrowser now builds as a static library. The project file structure was also re-organised and tidied up.
2012-01-02 17:39:21 +01:00
Michael Waterfall
0ec18e9ba7
Custom data models can now be used to represent photo objects as long as they conform to the new MWPhoto protocol.
...
Thanks to @adamjernst for the feature suggestion!
2012-01-02 14:53:13 +01:00
Michael Waterfall
83afc01ed8
Fixed memory & caching issues. Analysed and tested performance & memory usage. Updated README.
...
Also re-organised project structure.
2011-12-31 13:33:10 +01:00
Michael Waterfall
2e6035c1a1
Added optional action button to allow saving, copying and emailing of the current photo.
2011-12-31 00:21:46 +01:00
Michael Waterfall
a00fcced07
Added customisable photo caption capabilities.
...
Custom captions can be created by subclassing MWCaptionView (and MWPhoto to add more data per photo) and returning it to the proper delegate method.
2011-12-30 20:39:32 +01:00
Michael Waterfall
0b624f575a
Moved to a delegate pattern. Now uses SDWebImage for better downloading & queuing of photos, caching and decompressing. Full details:
...
- Moved to delegate pattern and depreciated -initWithPhotos:
- Fixed bug with setting initial page index to last index when in landscape.
- We now use SDWebImage to download photos from the web which handles caching and image decompression.
- Photo downloads are now cancelled if browser is dismissed or scrolled too far past them.
- Adjacent photos are now only preloaded after current photo has loaded.
2011-12-30 18:15:40 +01:00
Michael Waterfall
c2bbc8dea2
Fixed issue with status & nav bar visibility when disappearing.
2011-12-29 13:52:10 +01:00
Michael Waterfall
47aab50902
Handles iOS 5 appearances. Navigation & status bar states are now restored when dismissing. Modernised project (Xcode 4.2).
2011-12-20 14:09:31 +00:00
Michael Waterfall
a59011867c
Set hidesBottomBarWhenPushed to YES in MWPhotoBrowser VC. Set toolbar's autoresizing mask. Reset ivars to nil in -viewDidUnload. It is possible for -viewDidUnload to be called, then -dealloc, which would result in a double-releasing of these ivars.
...
Thanks to @adamjernst for these changes.
2011-04-28 17:10:03 +01:00
Michael Waterfall
54c6f65219
Moved to Xcode 4 and fixed compiler warnings. Changed indices to NSUInteger to be consistent with Cocoa and to fix warnings thrown by LLVM. Removed toolbar if only 1 photo is being shown. Thanks to @dasgenie for the input for these changes.
2011-04-28 14:06:38 +01:00
Michael Waterfall
9c0ac31b16
Fixed bug with layout and alignment of some photos.
2010-11-03 18:48:42 +00:00
Michael Waterfall
4a55e2bf47
Fixed several bugs. Added ability to select which page index is displayed first. Target now supports iPhone and iPad.
2010-10-26 17:22:10 +01:00
Michael Waterfall
c822fa0426
Fixed several bugs. Added demo menu screen. Added arrow images for toolbar buttons.
2010-10-21 21:12:41 +01:00
Michael Waterfall
52daf15149
Added README and LICENCE.
2010-10-21 16:48:37 +01:00
Michael Waterfall
ab7f70166d
Fixed bug with rotation in iOS 3.
2010-10-21 01:55:54 +01:00
Michael Waterfall
c5066cec57
Initial commit
2010-10-21 00:50:19 +01:00