Implements featured image zoom in and an adjusted size for previewing it, depending on available screen space, in Post Setings controller#1
Closed
mgcm wants to merge 5 commits intowordpress-mobile:masterfrom
mgcm:featured-image
Closed
Implements featured image zoom in and an adjusted size for previewing it, depending on available screen space, in Post Setings controller#1mgcm wants to merge 5 commits intowordpress-mobile:masterfrom mgcm:featured-image
mgcm wants to merge 5 commits intowordpress-mobile:masterfrom
mgcm:featured-image
Conversation
Added MTZoomWindow to Pods and Podfile
…dealloc and viewDidUnload
sendhil
added a commit
that referenced
this pull request
May 22, 2013
…ed-blog-toast-message-duplication Moves the follow/unfollow event notification to WordPressComAPI
aerych
added a commit
that referenced
this pull request
May 23, 2013
Fix crash when processing an external feed item
This was referenced Mar 4, 2014
jleandroperez
added a commit
that referenced
this pull request
Mar 31, 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 9, 2017
Media Library #1: Grid and detail views
frosty
added a commit
that referenced
this pull request
Dec 14, 2017
…ations In-App Notifications (Notices) #1
1 task
ionutivan
pushed a commit
to ionutivan/WordPress-iOS
that referenced
this pull request
Jul 12, 2021
…tch-1 Added dark mode support for password field
aerych
pushed a commit
that referenced
this pull request
May 18, 2022
Reader empty stream: be consistent with capitalization
4 tasks
4 tasks
kean
added a commit
that referenced
this pull request
Jun 16, 2023
…uttype-usages Drop iOS 14 Support: Update UTType usages (#1)
kean
added a commit
that referenced
this pull request
Jun 19, 2023
…precated-uibutton-apis Drop iOS 14 Support: Migrate to UIButton.Configuration APIs (#1)
kean
added a commit
that referenced
this pull request
Oct 25, 2023
…d-pages-p1 Posts & Pages: Refactor table handler #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added a pod dependency for MTZoomWindow. I didn't reuse the QuickPreviewView because I prefer the MTZoomWindow behaviour.