Currently, the userProfileImageUrl is initialized to "" which I suspect results in the below error being printed to the console.
2016-04-05 16:40:06.885 RoomEase[4995:966818] CUICatalog: Invalid asset name supplied:
2016-04-05 16:40:06.887 RoomEase[4995:966818] Could not load the "" image referenced from a nib in the bundle with identifier "roomEase.RoomEase"
The picture does load but it would be nice to find out why this is happening. Not too urgent.
Currently, the userProfileImageUrl is initialized to "" which I suspect results in the below error being printed to the console.
2016-04-05 16:40:06.885 RoomEase[4995:966818] CUICatalog: Invalid asset name supplied: 2016-04-05 16:40:06.887 RoomEase[4995:966818] Could not load the "" image referenced from a nib in the bundle with identifier "roomEase.RoomEase"
The picture does load but it would be nice to find out why this is happening. Not too urgent.