SKTiledMap
SKTiledMap copied to clipboard
Tiles in Object Layers are hidden by default
Used Tiled I added a Tile image to my object layer. When loading it into my app all the tile images were set to -hidden by default. Iterating over all the children and setting hidden = false made them show up on screen.