Questions tagged as 'ios'

2
answers

Call a URL from a JSON image to UITableView

In the data of my wordpress json I have the following: [ { id: 10033, title: { rendered: "My title" }, content: { rendered: "Sample text html", } _embedded: { wp:featuredmedia: [ { source_url: "https://domain.com/myimage.jpg", } ] } } I ha...
asked by 23.03.2018 / 22:23
1
answer

How to declare the same constant "let" so that it exists in several functions within a class?

How do you declare a let constant so that it exists in several functions of the same class and you can call it as self? That is, in objective-C it was enough to do before @implementation a @property (strong, nonatomic) NSString * variable; an...
asked by 30.08.2017 / 13:17
1
answer

iOS TabBarController

Hello, I am having a problem with the implementation of the save function in a TabBarController, for which, I have followed the advice of someone from the community and to whom I thank you very much, but I have a problem and I do not get that wo...
asked by 03.05.2018 / 18:13
1
answer

Firebase Seat Reservation Bus Query

I want to make an application like ADO, to buy your bus tickets to travel, the problem has arisen at the time of making the travel search available on that date, I have thought for hours and can not find the ideal structure to achieve look for s...
asked by 29.01.2018 / 06:49
3
answers

Convert a web into an app for android / ios?

Is it possible to convert web into an app for android / ios? How could it be done? With apache cordova, with phonegap or some other way? How could I add google cast and similar?     
asked by 26.12.2016 / 12:05
1
answer

Show notifications with objective c

I'm making an application in objective C to show Firebase notifications link and I've I managed to receive and display the messages by console, I tried to appear in the notification tray of iOS but it does not come out. I have tried several...
asked by 12.05.2017 / 09:35