2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode10でSlideMenuControllerSwiftを使用する

2
Posted at

Xcode10でSlideMenuControllerSwiftが動かない

横からメニューをスライドしたいときに便利なライブラリのSlideMenuControllerSwiftですが、Xcode10で使用しようとするとコンパイルがエラーになります。これはswift4.2への対応がなされてないためのようです。

解決策

grizzlyという人がswift4.2に対応したコードを作成してくれているのでそちらを利用しましょう。PodFileに以下のように指定すればOKです。

pod 'SlideMenuControllerSwift', :git => 'https://github.com/grizzly/SlideMenuControllerSwift.git'

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?