Questions tagged [bwwalkthrough]
14 questions
7
votes
5 answers
Could not cast value of type 'UIViewController'
I am trying to implement BWWalkthrough in my project. However I get an error stating
Unknown class _TtC20BWWalkthroughExample27BWWalkthroughViewController in Interface Builder file.
Could not cast value of type 'UIViewController' (0x195bca580) to…

Satsuki
- 2,166
- 5
- 17
- 33
3
votes
1 answer
Welcome Screen on Launch
I want a way for the user to have a welcome screen / tutorial on the first launch of the app. If it isn't the first launch of the app, then it open as it usually would.
I already have the welcome screen tied to a button function if the app opens…

bwc
- 1,732
- 1
- 14
- 27
3
votes
1 answer
Casting error using BWWWalkthroughController in Swift for iOS
I'm trying to create a custom walkthrough for my iOS app using the open source framework BWWWalkthroughController (link: https://github.com/ariok/BWWalkthrough) but I can't get it to work!
Here's the class where the error occurs:
import UIKit
class…

Alexander G
- 115
- 9
2
votes
0 answers
Error or it does not execute BWWalkthrough
So I have followed your tutorial step by step. Still having issues...
I have installed it first with CocoaPods and seems that others are having the same issue.
If I name the custom class module (top right on the identity inspector) BWWalkthrough it…

user2091936
- 546
- 2
- 7
- 28
1
vote
0 answers
BWWalkthrough + viewDidAppear
I am using BWWalkthrough and able to swipe through all the view controllers in my tutorial. I'd like each VC to have small animations as they slide into view. I am having a really hard time figuring out how to trigger a function as a VC enters...
I…

barrylachapelle
- 967
- 4
- 13
- 34
1
vote
2 answers
PageViewController with full Image Background overflows
I am currently using BWWalkthrough to create an onboarding experience and each slide has a different background. Normally, setting the ImageView's constraint to 0 and its Content Mode to Aspect Fill is enough to have a full screen background:
This…

Jesus Rodriguez
- 2,571
- 2
- 22
- 38
1
vote
1 answer
How can I auto play video in walkthrough pages using BWWalkthrough
Link to BWWalkthrough library: https://github.com/ariok/BWWalkthrough
I'm new to iOS development (Swift 2.2, Xcode 7.3.1). I have walk through working for my App using library BWWalkthrough. When walkthrough page (Class…

ios_mxe
- 115
- 2
- 12
1
vote
3 answers
Use BWWalkthrough Library without Storyboard, Walkthrough Custom
i'm using BWWalkthrough Library for my personal Walkthrough. Its very simple to implement but i have a mistake with BWWalkthroughViewController: i wont use storyboard for create this Main controller so i've created my custom view via code and then…

Patonz
- 884
- 1
- 6
- 17
0
votes
0 answers
Ambiguous reference to member 'init(coder:)' when calling super.init(nibName: nibNameOrNil, bundle: nil)
While trying to implement the cocoa pod, BWWalkthrough, into my current project programmatically, I ran into a problem with the init functions/inheritance.
I tried to subclass BWWalkThroughViewController in my own class…

Jonathan Wong
- 460
- 5
- 11
0
votes
1 answer
How to add Label in BWWalkthrough View Controller with Swift 3?
I use BWWalkthrough library for slides images in my app. I add Title and Message labels in each slide.
I would like to translate to each labels.
So, I drag the label to IBOutlet and I add NStranslation text in ViewDidLoad.
But, when I run the…

May Phyu
- 895
- 3
- 23
- 47
0
votes
1 answer
Make BWWalkthrough library start at launch
I'm a little stuck with the BWWalkthrough library which i'm trying to implement at application launch. I have two storyboards the Main one and SlidesFlow storyboard. I set the main interface to be SlidesFlow and set the initial story board as…

Netra
- 338
- 7
- 29
0
votes
1 answer
Properties = nil when function called from another class BWWalkthrough
I'm using BWWalkthrough to build a welcome walkthrough with textfield inside.
There are 2 prebuilt IBOutlets inside the BWWalkthroughViewController that I attached to my elements ( nextButton and prevButton ). Basically, I'm using textfields in my…

tsnkff
- 786
- 1
- 7
- 20
0
votes
2 answers
Using Onboard Swift Library but it's showing up as blank?
I have a normal view controller setup on my storyboard attached to a "Landing" page swift view controller class. I'm trying to create a walkthrough animation, using this popular library: https://github.com/mamaral/Onboard
I downloaded the 4 files…

trixmasta
- 233
- 3
- 14
0
votes
1 answer
Type BWWalkthroughViewController does not conform to protocol 'LoginViewController'
I am trying to integrate the library BWWalkthrough (https://github.com/ariok/BWWalkthrough). I was able to successfully get the walkthrough to work. I am trying to add login/register buttons on top of the walkthrough views like shown below. And this…

rednivlat
- 135
- 2
- 2
- 11