Skip to content

Improved QuickPicturePreviewView#2

Closed
mgcm wants to merge 6 commits intowordpress-mobile:masterfrom
mgcm:quickpreview
Closed

Improved QuickPicturePreviewView#2
mgcm wants to merge 6 commits intowordpress-mobile:masterfrom
mgcm:quickpreview

Conversation

@mgcm
Copy link

@mgcm mgcm commented Apr 3, 2013

QuickPicturePreviewView now behaves more like a normal image viewer, with zooming, scrolling and gestures. QuickPhotoViewController and PostSettingsViewController were changed to reflect the new behaviour.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding subviews directly to the application window is a curious choice. Going down this road means you loose a lot of the view handling that is just automatic when working with the existing view hierarchy, e.g. orientation changes. I'd like to know a little more about why you made this decision.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a lot has to do with me looking at how MTZoomWindow works and going down a similar path. another way, I guess, would be getting the topmost ViewController and go from there. would you suggest that approach instead?

@mgcm mgcm closed this Apr 10, 2013
@mgcm mgcm deleted the quickpreview branch April 10, 2013 12:22
@mgcm mgcm restored the quickpreview branch April 10, 2013 12:23
roundhill added a commit that referenced this pull request May 22, 2013
WPTableViewController-based Notifications list
koke added a commit that referenced this pull request Jul 16, 2013
Added stats for Google Plus sharing.
astralbodies added a commit that referenced this pull request Jun 4, 2014
jleandroperez added a commit that referenced this pull request Jul 24, 2014
chaitanyapandit added a commit to chaitanyapandit/WordPress-iOS that referenced this pull request Dec 15, 2015
- Create RemoteMedia objects for attachments we get from the reader feed.
- Added an 'attachments' property (NSArray) to RemoteReaderPost that contains RemoteMedia objects that we create in step wordpress-mobile#1.
- wordpress-mobile#1 and wordpress-mobile#2 are done in ReaderPostServiceRemote.
- Added a relationship 'attachments' to ReaderPost that points to Media objects.
- Implemented a method createOrReplaceFromRemoteAttachments: forPost: in ReaderPostService that creates Media objects from the RemoteMedia objects and links them to the ReaderPost.
frosty added a commit that referenced this pull request Mar 10, 2017
frosty pushed a commit that referenced this pull request Jan 8, 2018
jklausa pushed a commit that referenced this pull request Oct 10, 2018
jkmassel pushed a commit that referenced this pull request Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants