回答編集履歴

2

修正

2016/11/22 23:28

投稿

fromageblanc
fromageblanc

スコア2724

test CHANGED
@@ -1,4 +1,4 @@
1
- PageMenuをswift3にしたら紹介記事のコードもswift3にしないとです。
1
+
2
2
 
3
3
  ```swift
4
4
 

1

誤字

2016/11/22 23:28

投稿

fromageblanc
fromageblanc

スコア2724

test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
  // PageMenuのビューのサイズを設定
94
94
 
95
- /* CGRectMakeはswift3でCGRecktに変更
95
+ /* CGRectMakeはswift3でCGRectに変更
96
96
 
97
97
  pageMenu = CAPSPageMenu(viewControllers: controllerArray, frame: CGRectMake(0.0, 20.0, self.view.frame.width, self.view.frame.height), pageMenuOptions: parameters)
98
98