ios - Accessing Swift variables added by Folder reference -
actually spend around 3 hours in simple problem , googled lot no way. question simple. want add directory "folder reference" swift xcode project. no way access them.
i don't need add using group reference, suggestions?
update: if using folder references, there no way import them , must reference them using full directory path.
ex:
let image = uiimage(named: "images/icons/gopago")
that way. depending on project requires, suggest using groupings below.
the problem using folders , not grouping. there no import needed. need take in folder , "group" through xcode. able access in code. should yellow folder when group in there. so:
and should this:
if copying on directory, want make sure select create groups follows. :
Comments
Post a Comment