I'm new to Umbraco. I'm looking for a way to create a photo gallery in Umbraco 7.
Your help is much appreciated.
One way that you could do it is to add a multiple media picker to your Document Type and that would allow your editors to select multiple images to be displayed in a gallery. You can then add either some Razor directly into the View for your Document Type to display the image gallery, or add it as a partial if you want to use it on several different Views.
Related
hey I'm new in iOS app developing world...
I had open the gallery and selected only one image and displayed on image view.
Now I want to select multiple image from Gallery.
So my question is
How should I select multiple image from Gallery in iOS and display on UIImageView???
UIImagePickerController doesn't support multiple selection by default, but you can use libraries like QBImagePicker to achieve that.
Generally you should not pick multiple images from iOS native picker so
from UIImagePickerController you can get only one picture. If you need to pick more you need a custom image picker, such as ELCImagePickerController. It works well! You can download it here.
I'm new to programming and am currently working on creating a app to view PDF's for a class project.
I have added the necessary framework and files for VRF reader. I already have a slide out menu that links to different web pages and an about page. On one page I have two buttons and I want each of them to open a different PDF. I am at a loss for how to make those buttons implement the action to open a file and how to differentiate between the two pdf by which button is pressed.
I know that is a big step from where I am at to where I want to be but if anyone could help thanks in advance.
What would be the best way in iOS 7 to take pictures inside a custom album (Named after my application) and then show the custom album.
I mean, I could add those pictures in a group using AssetsLibrary but there's some way to show them afterwards without having to create a custom gallery?
https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html the sample app is included. take a look
In my app which i am developing now has the Image Gallery where it consist of lot of albums and multiple images per album.
which is the best practice to use for Image Gallery? where i am planning to create a tableview for album listing and a navigating to a new View Controller taping on album. is that good way of creating albums?
and i'm using AFNetwork how to cache the images in the background so that the performance of the application will not effect.
Thanks in Advance.
There are lot if third party image gallery libraries available for iOS. Following are few of them :
FGallery-iPhone
UIPhotoGallery
MWPhotoBrowser
Image-Gallery
If above ones doesn't serve your purpose you can always create a custom gallery view that serves your purpose.
I have a question about applying photo filters in iOS. The filter itself will not be added/adjusted by the user manually, but rather automatically applied to the photo once they categorize and upload their photo to a table view. Simply put, all photos tagged by users in category "x" will be blue in a table UI, all photos in category "B" will be yellow in table UI etc...The photos will be displayed in a view format much like VEVO (if your familiar)...
I am assuming the best way to do this would just to create a class for each category based filter?
Thanks for any help.
Try the Core Image framework, it contains specific methods to apply filters.
https://developer.apple.com/library/ios/documentation/graphicsimaging/reference/coreimagefilterreference/index.html