Posts by rdprado • 151 points
8 posts
-
0
votes1
answer14
viewsA: Publish Core Web Application with Authentication in Azure
In the link statement posted from microsoft says "In the next step of the Azure SQL database setup dialog box :" The best practice is to avoid using the same details as the administrator username…
-
0
votes1
answer14
viewsQ: Publish Core Web Application with Authentication in Azure
I created a Core Web Application , with Visual Studio 2019 and published it following exactly the step by step indicated in…
-
1
votes3
answers2732
viewsA: When and how to use protocols and delegates?
Delegates and MVC of IOS Delegation, as has been said in other replies is a Pattern design powerful in which one object acts in place or in coordination with another. In Apple’s…
-
2
votes1
answer356
viewsA: Enterprise authorization for app submission
already sent the app and was accepted without asking me anything, it took about 5 days to be approved. in the process of updating the app to version 1.1 I was asked by Apple if I displayed…
-
1
votes2
answers120
viewsA: Uiactivityindicatorview does not work
I believe that when you do startAnimation, the interface can only be updated in fact when you finish an iteration of runloop ios. The problem is that there is no time for the animation to start as…
-
2
votes1
answer302
viewsA: What is the difference between "master Detail application" and "web view application"?
Master Detail application means that a basic project will be created already assembled with a storyboard which contains a Tableviewcontroller (master) and a Uiviewcontroller (Detail). It means that…
-
7
votes1
answer356
viewsQ: Enterprise authorization for app submission
I need to submit an app to an Apple store, which I did as a freelancer for a company. The app features photos and descriptions of the company and its customers. I was told that I need to send, along…
-
2
votes4
answers379
viewsA: What types of retain Cycles can be generated with ARC?
ARC is a great help in solving memory leak problems, but that doesn’t mean the programmer is free of responsibility for that. While there is a Strong reference pointing to an object it will be alive…