ios - Line breaks using FMDB and Obj-C -
i'm relatively new ios programming, please bear me. i'm creating app calls recipes table view, listing measurements , ingredients labels in detail view. catalogued recipes in google sheets, downloaded .csv file , populated table using sqlitestudio. exported database, , using fmdb, plopped in app. works fine there , i'm able retrieve various fields. what i'm trying list out measurements , ingredients displays line breaks: 0.5 oz. 1.0 oz. 1 jigger and not as: 0.5 oz., 1.0 oz., 1 jigger how wrote google doc. i've tried using \n in sqlite viewer outputs string rather encoding new line. however, when view accompanying .sql file, textmate2 reads new lines. i'm not sure if have apply code within tableviewcontroller implementation file call fmdb or elsewhere. i have been looking solution awhile no luck. in steering me in right direction appreciated. thanks! cocktaillisttableviewcontroller.m - (nsmutablearray *)recipecocktails { recipecocktails = [