BottleMan

Results 3 comments of BottleMan

I have just met the same error, and when I dig into the code and find out that the state is 'scanning' in this function: ```swift private func handleScanEvent(_ event:...

@rhummelmose sorry for replying late, I just comment the 'scan' method in viewDidAppear and it goes alright. ```swift internal override func viewDidAppear(_ animated: Bool) { //scan() } ```

I have sove just the same problem after adding "needsTopLayoutGuide" = NO to User Defined Runtime Attributes.