i have an app that allows users to create posts and ive done that but now i have a problem which is i have no idea how to allow users to edit or delete their post, could any one please help me ?
You would have an edit button that goes to a screen where they can choose to edit or delete the post. From here the delete button would simply delete the post and have a link back to home or something. The Edit button would have a form (similar to what they used to post it) that would update the current post and have a link to redirect them back to another screen.
Hope this helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.