How can I in Xcode allow app user to add custom image to an 3D object? The uploaded image only needs to appear on one side of the 3D object (for example; on one side of a box).
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Mac-app; question about autosaving image-file-user-inputs inside a macOS-app. How can I make it so that image-files that has been inputted into the app through a "drag-&-drop"-function, not the normal "open file"-function, to be auto-saved by the app so the image-files are still there after I close and re-open the app? What codes could I use to accomplish this goal?
How can I skip the first cell in a grid? I want to drag and drop images onto a grid in a Xcode app (using Swift), but I want the first cell to be empty, such that first image will be placed in the second cell.
How can I autosave and retrieve the images added by drag and drop? I want the images to return when I reopen the app. What codes do I need and where do I put them?
https://developer.apple.com/documentation/appkit/nscollectionviewdelegate/supporting_collection_view_drag_and_drop_through_file_promises
What is the best website for getting answers to simple macOS app development questions? I’m new to app development and would like feedback fast during the process. I prefer chat above forum.
How can I allow images added by a user to be displayed with rounded corners in a macOS app (not iOS) using swift.