Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
am working on a webview app which loads a local html file in bundle when view loads.
but he app crashes with a breakpoint on the line which reads the file.

this is how i read the file

let homefile = NSBundle.mainBundle().URLForResource("shome", withExtension: "html", subdirectory: "ShuttlePass")

How do i fix this please;
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900