Douglas
Douglas
As this is still open, I'm looking for the same feature. Using it to setup events but can only be within the time the venue is open. For a quick...
Firstly add this into your class somewhere ``` lazy var bulletinManager: BLTNItemManager = { let rootItem: BLTNPageItem = BLTNPageItem(title: "") return BLTNItemManager(rootItem: rootItem) }() ``` Create your func where you...
See my answer here on another issue: [https://github.com/alexaubry/BulletinBoard/issues/117](https://github.com/alexaubry/BulletinBoard/issues/117)
Log the msg object to console to see the structure of the data.