How to use 3D Touch to achieve sharing like this? - ios

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

Related

Library of icons mostly used for iOS/swift/xcode

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...

An app that just reads a bar code

I want to develop an app that just reads a bar code. I don't want it to go off to a website or shop or anything. Just read it! It must run on iPad Air. I have seen zbar and a few other suggestions but I want to be sure which one I should use/how to start. Can someone who has done this type of thing help please?
Start with the sample code here that describes iOS native code detection and usage: http://www.infragistics.com/community/blogs/torrey-betts/archive/2013/10/10/scanning-barcodes-with-ios-7-objective-c.aspx
When you've progressed to needing something this doesn't accomplish, you will likely have the vocabulary to better describe what you need, what you've tried, and how it has failed for you.

Animations in flash to IOS

I am developing an application that presents different stories for kids.
These stories are already made ​​in flash.
My problem is how to add to the storys That app.
Initially one of the approaches was to create an app in Coco2D and make the animations in this language (converting the animations in pictures). However due to possess many animations and sounds, this process is very complicated
Thus, I asked opinions on what approach should I do to solve this problem.
Any opinion will help.
Thanks...
If you want to change the way you will solve the problem, you can try Adore Air which let you use Flash on iOS Apps : An example on how to do this
If you want to continue with Cocos2D, you can find good tutorials there for your project :
Good Tutorials to make a project with Cocos2D
If your stories doesn't have any interactive elements, you can try to convert your stories in Flash to Video Files with some softwares (try to enter it in Google).

Using iOS SDK in Flash CS5

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!

iOS (iPad) application on Flex/Flash Builder 4.5 - SplitView component?

(Disclaimer: I'm a beginner in mobile application development and I'm quite weak with programming but I'm willing to learn new things and take on new challenges. I apologise in advance if my question turns you off, or if it seems as though I haven't done any research. I did all the research I could but it didn't help me much.)
I'm new to developing iOS applications and my school gave me approximately 5 months to develop an iPad application. I have no knowledge or practice on Objective C so since Flash Builder 4.5 allows the development of mobile applications (and I have experiences with Flash Builder), I decided to develop my application on Flash Builder instead.
Everything is going fine until I was told to include a SplitView in my application. I implemented a List on the left side of the application. Clicking on any of the list items will navigate the user to a to another view but i also included and retained the list on the left side of the new view in order to simulate a "SplitView".
Initially it felt as though it will do the job of a SplitView like how it does when I attempted it on XCODE but it doesn't look or feel natural.
I found this video which shows that it is possible to create a SplitView on FB but I've cracked my brains and I really can't figure out how it is done. Is there anyone who can provide me with a rough guide on how to implement this? Thank you very much in advance.
Edit:
At the moment I implemented
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
<s:ViewNavigator id="MainView" left="292" width="732" height="748" firstView="views.MainView"/>
</s:Application>
this way, i can manage to navigate through the views without effecting the Root View Controller. this might not be the best way but it'll suffice at the moment. Are there are any better way to do this?
Take a look at the eskimo library
It has a lot of nice mobile features like "native" look and feel for both android and iOS.
Furthermore, it features some mobile components.
I believe the one you are looking for is called SplitViewApplication.
You will have to download the zip file though to unveil it since it is currently not on the feature list on their website.
EDIT
Apparently, Flex SDK 4.6 also supports this feature.
It has been released 2 days ago. You might want to check that out as well.
Cheers
Looks like HDividedBox is a right component for you.

Resources