Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift4 and Objective-C support #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

FromF
Copy link

@FromF FromF commented Aug 15, 2018

下記の修正をしましたのでマージをお願いします

  • Swift4対応
  • Objective-Cから呼び出せるように@objcMembers@objcpublic を追加
  • 小さい画像時にクラッシュする時がある不具合を修正

Make a merge as we made the following corrections

  • Swift 4 compatible
  • Added @ objcMembers, @ objc and public so that they can be called from Objective-C
  • Fixed a bug that sometimes crashes at small image

* Objective-Cから呼び出せるように`@objcMembers` 、 `@objc` と `public` を追加
* 小さい画像時にクラッシュする時がある不具合を修正

----

* Swift 4 compatible
* Added `@ objcMembers`,` @ objc` and `public` so that they can be called from Objective-C
* Fixed a bug that sometimes crashes at small image
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.

None yet

1 participant