We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d641b commit 3d1b9c7Copy full SHA for 3d1b9c7
EmbedFramework/OfflineViewController.swift
@@ -17,6 +17,9 @@ class OfflineViewController: UIViewController {
17
18
static func create() -> OfflineViewController? {
19
let bundle = Bundle(for: OfflineViewController.self)
20
+
21
+ var storyboard:UIStoryboard
22
23
// Loads the resource_bundle if available (Cocoapod)
24
if (bundle.path(forResource: "AdaEmbedFramework", ofType: "bundle") != nil){
25
let frameworkBundlePath = bundle.path(forResource: "AdaEmbedFramework", ofType: "bundle")!
0 commit comments