I'm looking for icons such as those: microphone, email, record, play, pause, stop, ...
is there a library of .png/.jpg available? I've tried to google for it but can't find one.
or should I do it with Xcode?
thanks in advance!
This is a super broad question, so I'll just give you the best advice I can think of. Here's a free library of mobile icons. They are used for IOS and Android:
https://github.com/google/material-design-icons
try this:
https://icons8.com/web-app/new-icons/all
all the icons are free till a certain size, so if you need icons for buttons you'll be happy with that...
Related
I found that many of the app using 3D Touch to call UIActivityController to share, I search a lot of content are not found to explain, I hope someone can help me to solve, thank you.
I actually asked that question the other day as well.
Swift 3D Touch iOS 10 Home screen quick actions share Item missing
This is a new iOS 10 feature that all apps got by default, so there is nothing you will have to do.
You will only see it on the version thats live on the app store, it will not show up when you are testing.
There is one solution for it to resolve use the cyclomatic library of force touhc and it will do the work for you
I've made a settings screen using the Settings.bundle/Root.plist
Recently my client has seen some apps disable options based on a switch. And now they want something like that.
After searching here and apple resources a lot of people say it's not possible, but I see some apps do this. My question is how can i disable or hide an item or group based on other option.
The apps that do what i'm talking about are using the iphone's definition app, so it's not a costume settings screens in app.
Sorry for the bad english. Thank you for any assistance on this matter.
I'm just going to repeat what the others said and say that it is not possible. It is a static list, always. If you think you've seen an app that does do it, please indicate which one that is and what setting this pertains to. I'd be interested to take a look at that.
I want to get stream of an ip-cam on my iPhone/iPad and want to display it on screen. By R&D i found that ffmpeg is the only way to achieve it but i found nothing on ffmpeg. Is there any other way to achieve it or a confirmed way to get compiled ffmpeg on mac please mention that. Material regarding how to use ffmepg or source code example will be highly appreciated.
Is there nothing built-in framework to achieve it if not then please mention if there is any free framework/sdk to achieve this functionality.
Thanks
There are actually a few.
here are some links
http://www.streammore.tv/
http://www.live555.com/
I am sure if you google you can find more.
I cannot only address the first one, because that is ours, but I didn't want this to sound purely like self promotion.
i´ve just created an iOS app that contains lots of media.
Now i just want to know if it´s possible to get an overview of all single files as a report or something like that?
(e.g. Unity3d has this kind of feature. You can see all textures, shaders and so. Maybe Apple already included something...)
Thanks for tips on that..
Slender(App Store Link) might do what you are looking for.
I want to write an iOS app in Flash. Can I use iOS SDK features? I mean, for example, I want to have some list of elements in my app (like the one in the music app). Will I have to write all the classes by myself, or maybe I could use the SDK?
Not sure if I'm making it clear. Thanks in advance.
Yes, you are making it clear. But this is not possible. If you want to use ObjectiveC/iOS library components then create a pure iPhone app using xCode on the mac.
Anyway, you may find similar flex/flash controls that may replicate the look and feel of the iOS control. Google is the limit.. ;) Good luck!