Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 17 | Rev 61 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17 Rev 22
Línea 101... Línea 101...
101
                        ScrollView {
101
                        ScrollView {
102
                            LazyVStack  {
102
                            LazyVStack  {
103
                                //ForEach(0..<self.comments.count) { index in
103
                                //ForEach(0..<self.comments.count) { index in
Línea 104... Línea 104...
104
                                
104
                                
105
                                ForEach(self.commentsViewModel.comments) { commentItem in
105
                                ForEach(self.commentsViewModel.comments) { commentItem in
106
                                    CommentAndRatingCommentListItem(comment: commentItem) {
106
                                    CommentAndRatingCommentListItemView(comment: commentItem) {
Línea 107... Línea 107...
107
                                        deleteComment(id: commentItem.id, linkDelete: commentItem.link_delete  )
107
                                        deleteComment(id: commentItem.id, linkDelete: commentItem.link_delete  )
108
                                        
108