Posts by Victor Hugo R. da Silva • 1 point
2 posts
-
0
votes1
answer24
viewsA: Black screen when simulating application in Xcode Iphone 7 PLUS
The Xcode needs you to configure the Launch Screen for all devices, for each iphone there is a different size of Launch Screen…
-
-1
votes2
answers494
viewsA: Initialize a form with values of an object with ANGULAR 4
export class AppCtorComponent { title: string; myHero: string; constructor() { this.title = 'Tour of Heroes'; this.myHero = 'Windstorm'; } }