我是iOS开发的新手,我在故事板中面临布局问题。
我创建了一个UIViewController并添加了一个Container。在这个容器里面我创建了我的布局,见下图: storyboard image
然而,当我运行我的项目时,我的布局下面有一个空白区域。我没有想法来解决这个问题 Layout in the simulator
调用包含我使用的Container的viewController:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\WinPython-64bit-3.4.3.4\python-3.4.3.amd64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 685, in runfile
execfile(filename, namespace)
File "C:\WinPython-64bit-3.4.3.4\python-3.4.3.amd64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 85, in execfile
exec(compile(open(filename, 'rb').read(), filename, 'exec'), namespace)
File "C:/Comp_Sci/Coding/chr_ord_5.py", line 466, in <module>
ciphertextFile.write(bytes(str(ciphertext, encoding='utf-8')))
TypeError: decoding str is not supported
提前致谢:)