I have the same problem for 2 months and I don't know what to do. I'm going crazy and I have stopped the project for 2 months and I can't find a solution. All the ones I have done have not worked for me. Please, can you explain me better, since I am a novice, how to do what you indicate... if you did it with screens much better. Thank you very much from Spain.
Post
Replies
Boosts
Views
Activity
I have the same problem for 2 months and I don't know what to do. I'm going crazy and I have stopped the project for 2 months and I can't find a solution. All the ones I have done have not worked for me. Please, can you explain me better, since I am a novice, how to do what you indicate... if you did it with screens much better. Thank you very much from Spain.
I have the same problem for 2 months and I don't know what to do. I'm going crazy and I have stopped the project for 2 months and I can't find a solution. All the ones I have done have not worked for me. Please, can you explain me better, since I am a novice, how to do what you indicate... if you did it with screens much better. Thank you very much from Spain.
Yes , I am.
But no one is capable of solving my problem, and I'm really about to stop programming in swift, because to test my application on my iphone, you have to mess around so much... and I've been standing still for 1 month trying to solve this problem.
Hello. I had problems with the app for a long time. Now I am making another one that has a sqlite database ( read only ), but now itunes no longer exists, so... How do I install the sqlite database and that the application, when it runs, can work and check the database? thank you.
YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sorry for the delay in responding, health problems have prevented me.
Thank you, thank you, thank you, it worked perfectly. I really don't know how to thank you for your help. Everything has worked perfectly for me and the app on the iPhone works correctly. Queries to the database are made and returns values to me. Thank you very much everyone for your answer. God bless you.
YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sorry for the delay in responding, health problems have prevented me.
Thank you, thank you, thank you, it worked perfectly. I really don't know how to thank you for your help. Everything has worked perfectly for me and the app on the iPhone works correctly. Queries to the database are made and returns values to me. Thank you very much everyone for your answer. God bless you.
Thank you !!
Yes, yes, yes, it works. Thank you very much, God bless you
Yes, yes, yes, it works. Thank you very much, God bless you
Yes, yes, yes, it works. Thank you very much, God bless you
Hello. I don't know if you mean this
extension MonumentosCercanos: MKMapViewDelegate
{
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
print("Hola")
return nil
...
Hello. I don't know if you mean this
extension DatosCercanos: MKMapViewDelegate
{
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
print("Hola")
return nil
}
...
Hello. I don't know if you mean this
extension MonumentosCercanos: MKMapViewDelegate
{
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
print("Hola")
return nil
}
....
MonumentosCercanos no is the name, is DatosCercanos. Sorry.then we would stay
extension DatosCercanos: MKMapViewDelegate
{
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
print("Hola")
return nil
}
...
I set DatosCercanos like MKMapViewDelegate and But it does not work. No function is executed