How do I have an animation play on app launch and how do I use SwiftyGif on GitHub? - ios

I'm extremely new to Swift and App development, and have scoured every source I could find, but there's not a definitive step by step process that describes how to do this.
The closest to a solution I have encountered was on this website. However, it's a rather vague tutorial for a beginner. I've run into these problems and am unsure of what to do at this point, would appreciate it if someone could help me out, thanks in advance!
I'm not sure what to do with the SwiftyGif file after cloning it from GitHub
Towards the bottom of the Website Link above it states that "SwiftyGif allows us to load GIFs using a UIImageView and also to control when to start and end the GIF animation." How do I import the SwiftyGif file into the current file I am working on so that I may load the Gif to get a UI view?
Which documents would I put the lines of code towards the bottom of that page?

Related

how do you use DASH APP snippets with notes?

im trying to use DASH APP snippets feature better.
want to put notes inside the snippet area, but i want those to be excluded when activating the snippet.
i tried the #clipboard feature, but that didnt work.
does anyone know how to do this?
for example, here is a current snippet:
image of my dash app screen
trying to have just the part that copies & pastes just be the countif(A:A,A1)>1
the other stuff is notes for myself, and/or words that DASH APP can search by when im using the find feature.
thx

How I can build 'How to use this app' tutorial inside my iOS app?

I built a new iOS app,
After I ended it they asked me to make a self inside app tutorial explaining How to use this app !!
They mean something like the tutorials you view them on some famous apps,
Like: To add new item: press here, and they put an arrow signing to the add button.
So I'm wondering if there is any solution or idea I can start with it to make this tutorial .
Thanks in advance.
Depends on what you want.
You could show a video as #wasted suggests.
Another way of solving this is to use a UIPageViewController which embeds other simple UIViewControllers containing images and text explaining what you app does. An example of how to do that is shown [here] (http://www.appcoda.com/uipageviewcontroller-tutorial-intro/)
You can also find several frameworks made for this purpose, here are some of them:
https://github.com/vsouza/awesome-ios
https://github.com/ephread/Instructions
https://github.com/ariok/BWWalkthrough
https://github.com/ruipfcosta/SwiftyWalkthrough
Hope that gives you something to work with.

OpenLayers that is not minified?

I'm trying to find an OpenLayers3.js file that is not minifed, it is a pain debugging stuff that is minified, can anyone help me find it?
Im using this address now: http://openlayers.org/en/v3.0.0/build/ol.js
By the way, it is a special thingy at the top. See the website: http://ol3.js.org/ ? Made me laugh.
Help?
If you need the unminified ol, you can use the one from ol:
http://openlayers.org/en/v3.0.0/build/ol-debug.js
It's a file of 3.5M so don't use this in production ;)
Have you tried the Download link on the main page?
https://github.com/openlayers/ol3/releases/download/v3.0.0/v3.0.0.zip
If you want a hosted version, upload one here:
https://cdnjs.com
Yes, http://openlayers.org/en/v3.0.0/examples/loader.js will load all the raw files -- basically by writing out a bunch of script tags. As #lexicore has already said, you can get the source from github, though this involves setting up nodejs locally to run (which actually isn't that painful, but more so than just debugging from a hosted source). Take a look at package.json to get a feel for how much has gone into OpenLayers 3.
If you go to the OpenLayers 3 examples, for example animation, change production to development in the drop down, and then do view source, you will get the link above. You can also see all the raw js files in the Javascript console.
EDIT: I put some instructions, following the official OL dev page, on how to build/run locally, which will also get you the unminified OL source code

GdataXML (Ray Wenderlich's iPhone RSS Reader Tutorial)

I'm following Ray Wenderlich's tutorial on creating a Simple RSS feed app.
Its great so far but I've found an issue.
At the point where he tells you to download GDataXML, he gives you a link that seems to not work, or have the desired libraries.
This is a screenshot of the portion of the tutorial:
Image Hosted by ImageShack.us http://imageshack.us/a/img35/8381/screenshot20130416at541.png
This the screenshot of the page the link takes you to:
Image Hosted by ImageShack.us http://imageshack.us/a/img9/6524/screenshot20130416at542.png
I really don't know what to do. The zip file on that link is for some addon for calenders.
Any help is appreciated.
If you click on the Source tab/link, you will be shown a page with the location of the read-only source. The location of the read-only source is displayed on that page:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/ gdata-objectivec-client-read-only

PrettyPhoto Error: Image cannot be loaded. Make sure the path is correct and the image exists

I've searched a series of forums and I've noticed that a lot of people had this same issue. I tried all the resolutions: using the longer Youtube URL like
http://www.youtube.com/watch?v=GkqS5DiF2_A
defining the width and height of the image, and I've tried using older versions of JQuery. I'm still receiving the error. I've linked all the images in the CSS file [incorrectly, but they are linked :)]. I've been trying to solve this for days and I'm not sure what I'm doing wrong.
Any help would be greatly appreciated. Thank you!
It appears that you have to add ?iframe=true to the end of the hyperlink
https://stackoverflow.com/===>http://stackoverflow.com?iframe=true
did the trick for me. Make sure you point direct to the web page you want to appear in the light box, not to the iframe.
I had the issue with WordPress,
I simply removed the alert.
file: /wp-content/plugins/prettyphoto-media/js/jquery.prettyPhoto.min.js
I use http://jsbeautifier.org/ to unfold the code
and comment line 350:
//alert("Image cannot be loaded. Make sure the path is correct and image exist.");
The links to the youtube video are not direct, you are using some kind of redirects. i suggest you use direct links to the youtube video
here is a demo of your site http://www.mediafire.com/?vj3l062uza7ov61 , see the left video

Resources