Fix issue 20 for good#22
Open
Taiki-San wants to merge 50 commits into
Open
Conversation
Add arc compatibility, solving issue with KeyView loop, add podspec
Sample code wasn't using ARC for INPopoverController, my previous ARC conversion wasn't working.
Fixing crash with ARC
Fixing Arc crash
Border was drawn on half pixels on odd border width
Fixed border drawing glitch
Compilation error with ARC
Thanks to @truppelito for the solution.
Fixed source files location in podspec.
Added option to close popover when escape key is pressed.
copy/paste fail
…he minimum OS version to a version tested
…e to take into consideration large borders
82c4c58 to
ba272ac
Compare
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.
Basically, the initial code completely forgot about borders ;p
I tried to keep the code properly compartmented, but I quite new at ObjC, so probably far from perfect.
However, it works, even if odd values mess stuffs up a bit (but nothing hard to work around), and not on the first time.
Also, for unknown reasons, the patch fails if width get over ~20, but at this point, the bug isn't blocking anymore.